Message ID | 20250612130541.88191-1-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] CI/fvp-base-ts: append the testcases | expand |
On Thu, 12 Jun 2025 09:05:40 -0400, Jon Mason wrote: > 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. > > Applied, thanks! [1/2] CI/fvp-base-ts: append the testcases commit: 690a9c4d0bcd0c15b6ce61e53b65b8585a0f7fc4 [2/2] arm/trusted-services: use zero padding for unions commit: 2b7c24760edd7f168ba6bb1c87488cb8069dee81 Best regards,
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"
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 <jon.mason@arm.com> --- ci/fvp-base-ts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)