From c43f173276957ba43f8aba892e7e531eeed20afe Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 30 Apr 2024 15:37:32 +0300 Subject: [PATCH] ci/qemuarm-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 21 seconds and 596 seconds for optee-test/xtest on an x86_64 build machine. Signed-off-by: Mikko Rapeli Signed-off-by: Jon Mason --- ci/qemuarm-secureboot.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ci/qemuarm-secureboot.yml b/ci/qemuarm-secureboot.yml index c5e855e8..6d9f4eea 100644 --- a/ci/qemuarm-secureboot.yml +++ b/ci/qemuarm-secureboot.yml @@ -9,6 +9,8 @@ machine: qemuarm-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"