tests: Migrated 10.linux-boot scons-based test to testlib
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 5 Mar 2020 19:56:11 +0000 (11:56 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 26 Mar 2020 18:13:34 +0000 (18:13 +0000)
commit0ea4313255ff5a00e97d82798a62f134d998fc95
tree87556e5ea4257705e5ef9c2474dfa0efb2d327cb
parent95e676760171b0f1a1b3be4be36c129da1543ebb
tests: Migrated 10.linux-boot scons-based test to testlib

This test has purposely been designed to be easily extendible for future
x86 boot tests. Right now, it only runs two basic Ubuntu boot test
setups.

Change-Id: I81385b5dfc0764af2ec02999eb26e523bd09a595
Issue-on: https://gem5.atlassian.net/browse/GEM5-109
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26324
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/x86-boot-tests/run_exit.py [new file with mode: 0644]
tests/gem5/x86-boot-tests/system/caches.py [new file with mode: 0755]
tests/gem5/x86-boot-tests/system/system.py [new file with mode: 0755]
tests/gem5/x86-boot-tests/test_linux_boot.py [new file with mode: 0644]