tests: Added MIPS ISA test to learning_gem5/part1_tests.py
authorBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 25 Feb 2020 18:19:15 +0000 (10:19 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 2 Mar 2020 23:05:47 +0000 (23:05 +0000)
commit6d9b53ed53b953db2e8648ee1652e0203daf8f9f
treec907b090525dd5d45cabea02c19153f1a49ac9d2
parent044d20f75cfe316dc909d750a2393e0f13dc31ab
tests: Added MIPS ISA test to learning_gem5/part1_tests.py

Running these tests on the MIPS ISA was part of the old scons-based
scripts and was not present in the Python testlib framework (those
executed via `tests/main.py`). This has been migrated.

Jira: https://gem5.atlassian.net/browse/GEM5-109
Change-Id: Id87022e99ea83768710fb96b55136f777182fd43
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25803
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
tests/gem5/learning_gem5/part1_test.py