tests,python: Upgrading testlib to function with Python2
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 16 Apr 2020 18:55:17 +0000 (11:55 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Sun, 24 May 2020 23:29:52 +0000 (23:29 +0000)
commit7ffd684334e93fb0268e114802e55e8e118694ee
tree0b8fe778864ce0d8ce6f67db4e34f07ec96b8f22
parent80a263698323852b1951d8d71ca0d599dff7ef3c
tests,python: Upgrading testlib to function with Python2

Change-Id: I9926b1507e9069ae8564c31bdd377b2b916462a2
Issue-on: https://gem5.atlassian.net/browse/GEM5-395
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/29088
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
33 files changed:
ext/testlib/__init__.py
ext/testlib/config.py [deleted file]
ext/testlib/configuration.py [new file with mode: 0644]
ext/testlib/fixture.py
ext/testlib/handlers.py
ext/testlib/helper.py
ext/testlib/loader.py
ext/testlib/log.py
ext/testlib/main.py
ext/testlib/query.py
ext/testlib/result.py
ext/testlib/runner.py
ext/testlib/sandbox.py
ext/testlib/suite.py
ext/testlib/terminal.py
ext/testlib/test.py [deleted file]
ext/testlib/test_util.py [new file with mode: 0644]
ext/testlib/uid.py
ext/testlib/wrappers.py
tests/configs/base_config.py
tests/gem5/__init__.py
tests/gem5/cpu_tests/test.py
tests/gem5/fixture.py
tests/gem5/memory/test.py
tests/gem5/suite.py
tests/gem5/verifier.py
tests/main.py
tests/testing/__init__.py
tests/testing/helpers.py
tests/testing/results.py
tests/testing/tests.py
tests/testing/units.py
tests/tests.py