This PR is meant to add Platform Cert Tests and RIM System Tests to the System Tests in the V3 CI. It also makes minor modifications to other System Test files to suit the new tests.
The following files have been modified:
run_system_tests.sh and setup_system_tests.sh now use the --pull "always" option for Docker Compose to always pull a new image when starting the system tests. run_system_tests.sh also now calls platform_cert_tests.sh and rim_system_tests.sh.
platform_cert_tests.sh and rim_system_tests.sh have been added to V3 with each individual test being split into their own steps in system_test.yml.
rim_setup.sh has been modified to select the default eventlog laptop_default_binary_bios_measurements if the profile being tested does not have its own eventlog in its respective folder.
The most recent workflow run is in this commit with all system tests passing successfully.
This PR is meant to add Platform Cert Tests and RIM System Tests to the System Tests in the V3 CI. It also makes minor modifications to other System Test files to suit the new tests.
The following files have been modified:
run_system_tests.sh
andsetup_system_tests.sh
now use the--pull "always"
option for Docker Compose to always pull a new image when starting the system tests.run_system_tests.sh
also now callsplatform_cert_tests.sh
andrim_system_tests.sh
.platform_cert_tests.sh
andrim_system_tests.sh
have been added to V3 with each individual test being split into their own steps insystem_test.yml
.rim_setup.sh
has been modified to select the default eventloglaptop_default_binary_bios_measurements
if the profile being tested does not have its own eventlog in its respective folder.The most recent workflow run is in this commit with all system tests passing successfully.