This update modifies the test configuration to specify the versions of resources used, rather than automatically using the latest versions. Previously, if a resource was updated for a change, it could potentially cause tests to fail if those tests were incompatible with the new version of the resource. Now, with this change, tests are tied to specific versions of resources, ensuring that any updates to resources will require corresponding updates to the tests to maintain compatibility. Change-Id: I9633b1749f6c6c82af6aa6697b7e7656020f62fa
Arm Boot Tests
These tests run a series of Linux boots on the ARMBoard. It varies the CPU type, number of CPUs, and memory used for each run. To run these tests by themselves, you can run the following command in the tests directory:
./main.py run gem5/arm_boot_tests --length=[length]