[PATCH 1/2] CI/fvp-base-ts: append the testcases
Jon Mason <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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 62d7995b004d..21757c6cf5d0 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" -- 2.39.5 (Apple Git-154)