From 70e7f64af6cb71009163eddf7161f29bc9f6e618 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 30 Apr 2024 15:37:31 +0300 Subject: [PATCH] ci/qemuarm64-secureboot.yml: install optee and test both optee and ftpm optee-os test xtest needs additional test trusted applications (TA) from optee-os-ta package to pass. Execution time for ftpm test is around 18 seconds and 430 seconds for optee-test/xtest on an x86_64 build machine. Signed-off-by: Mikko Rapeli Signed-off-by: Jon Mason --- ci/qemuarm64-secureboot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ci/qemuarm64-secureboot.yml b/ci/qemuarm64-secureboot.yml index 723f0e65..b26941e0 100644 --- a/ci/qemuarm64-secureboot.yml +++ b/ci/qemuarm64-secureboot.yml @@ -9,6 +9,8 @@ machine: qemuarm64-secureboot target: - core-image-base - - optee-examples - - optee-test - - optee-os-tadevkit + +local_conf_header: + optee: | + IMAGE_INSTALL:append = " optee-test optee-client optee-os-ta" + TEST_SUITES:append = " optee ftpm"