From 4070798969ec52fb344f2bd53134c066d37f6e74 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 12 Jun 2025 09:05:40 -0400 Subject: [PATCH] CI/fvp-base-ts: append the testcases The test cases for fvp-base will not fully run because the trusted servies ones are the only ones (instead of being appended to the list). Correcting this issue so that all the tests can be run. Signed-off-by: Jon Mason --- ci/fvp-base-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fvp-base-ts.yml b/ci/fvp-base-ts.yml index 62d7995b..21757c6c 100644 --- a/ci/fvp-base-ts.yml +++ b/ci/fvp-base-ts.yml @@ -10,7 +10,7 @@ header: local_conf_header: trusted_services: | # Enable the needed test suites - TEST_SUITES = " ping ssh trusted_services" + TEST_SUITES:append = " trusted_services" # Include all Secure Partitions into the image MACHINE_FEATURES:append = " arm-ffa ts-crypto ts-storage ts-its" MACHINE_FEATURES:append = " ts-attestation ts-smm-gateway optee-spmc-test"