mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
optee-os test xtest needs additional test trusted applications (TA) from optee-os-ta package to pass. Execution time for ftpm test is around 21 seconds and 596 seconds for optee-test/xtest on an x86_64 build machine. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
352 B
YAML
17 lines
352 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
|
|
|
|
header:
|
|
version: 14
|
|
includes:
|
|
- ci/base.yml
|
|
|
|
machine: qemuarm-secureboot
|
|
|
|
target:
|
|
- core-image-base
|
|
|
|
local_conf_header:
|
|
optee: |
|
|
IMAGE_INSTALL:append = " optee-test optee-client optee-os-ta"
|
|
TEST_SUITES:append = " optee ftpm"
|