tests: Moved realview config files
authorBobby R. Bruce <bbruce@ucdavis.edu>
Thu, 20 Aug 2020 21:59:09 +0000 (14:59 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 4 Sep 2020 20:10:45 +0000 (20:10 +0000)
commite9624211f8e1285893b039fdd41e4dca798add7b
tree0985b143362048d2679874a061fb1d0ec080ec93
parent89f078fc79a9332ebf1a29468673d024a55273dc
tests: Moved realview config files

This is part of a process of getting rid of the `tests/config`
directory, and placing these configs either where they are used,
removing them if unneeded, or moving them to `configs/example`.

These config files, in this patchset, are part of the realview tests
found in `tests/gem5/fs/linux/arm/`. They have been moved to
`tests/gem5/configs`.

Change-Id: I7706b59c58da6413f5f3dd816a1e5cd54a834a58
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33143
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
76 files changed:
tests/configs/arm_generic.py [deleted file]
tests/configs/base_config.py [deleted file]
tests/configs/checkpoint.py [deleted file]
tests/configs/realview-minor-dual.py [deleted file]
tests/configs/realview-minor.py [deleted file]
tests/configs/realview-o3-checker.py [deleted file]
tests/configs/realview-o3-dual.py [deleted file]
tests/configs/realview-o3.py [deleted file]
tests/configs/realview-simple-atomic-checkpoint.py [deleted file]
tests/configs/realview-simple-atomic-dual.py [deleted file]
tests/configs/realview-simple-atomic.py [deleted file]
tests/configs/realview-simple-timing-dual-ruby.py [deleted file]
tests/configs/realview-simple-timing-dual.py [deleted file]
tests/configs/realview-simple-timing-ruby.py [deleted file]
tests/configs/realview-simple-timing.py [deleted file]
tests/configs/realview-switcheroo-atomic.py [deleted file]
tests/configs/realview-switcheroo-full.py [deleted file]
tests/configs/realview-switcheroo-noncaching-timing.py [deleted file]
tests/configs/realview-switcheroo-o3.py [deleted file]
tests/configs/realview-switcheroo-timing.py [deleted file]
tests/configs/realview64-minor-dual.py [deleted file]
tests/configs/realview64-minor.py [deleted file]
tests/configs/realview64-o3-checker.py [deleted file]
tests/configs/realview64-o3-dual.py [deleted file]
tests/configs/realview64-o3.py [deleted file]
tests/configs/realview64-simple-atomic-checkpoint.py [deleted file]
tests/configs/realview64-simple-atomic-dual.py [deleted file]
tests/configs/realview64-simple-atomic.py [deleted file]
tests/configs/realview64-simple-timing-dual-ruby.py [deleted file]
tests/configs/realview64-simple-timing-dual.py [deleted file]
tests/configs/realview64-simple-timing-ruby.py [deleted file]
tests/configs/realview64-simple-timing.py [deleted file]
tests/configs/realview64-switcheroo-atomic.py [deleted file]
tests/configs/realview64-switcheroo-full.py [deleted file]
tests/configs/realview64-switcheroo-o3.py [deleted file]
tests/configs/realview64-switcheroo-timing.py [deleted file]
tests/configs/switcheroo.py [deleted file]
tests/gem5/configs/arm_generic.py [new file with mode: 0644]
tests/gem5/configs/base_config.py [new file with mode: 0644]
tests/gem5/configs/checkpoint.py [new file with mode: 0644]
tests/gem5/configs/realview-minor-dual.py [new file with mode: 0644]
tests/gem5/configs/realview-minor.py [new file with mode: 0644]
tests/gem5/configs/realview-o3-checker.py [new file with mode: 0644]
tests/gem5/configs/realview-o3-dual.py [new file with mode: 0644]
tests/gem5/configs/realview-o3.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-atomic-checkpoint.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-atomic-dual.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-atomic.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-timing-dual-ruby.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-timing-dual.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-timing-ruby.py [new file with mode: 0644]
tests/gem5/configs/realview-simple-timing.py [new file with mode: 0644]
tests/gem5/configs/realview-switcheroo-atomic.py [new file with mode: 0644]
tests/gem5/configs/realview-switcheroo-full.py [new file with mode: 0644]
tests/gem5/configs/realview-switcheroo-noncaching-timing.py [new file with mode: 0644]
tests/gem5/configs/realview-switcheroo-o3.py [new file with mode: 0644]
tests/gem5/configs/realview-switcheroo-timing.py [new file with mode: 0644]
tests/gem5/configs/realview64-minor-dual.py [new file with mode: 0644]
tests/gem5/configs/realview64-minor.py [new file with mode: 0644]
tests/gem5/configs/realview64-o3-checker.py [new file with mode: 0644]
tests/gem5/configs/realview64-o3-dual.py [new file with mode: 0644]
tests/gem5/configs/realview64-o3.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-atomic-checkpoint.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-atomic-dual.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-atomic.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-timing-dual-ruby.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-timing-dual.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-timing-ruby.py [new file with mode: 0644]
tests/gem5/configs/realview64-simple-timing.py [new file with mode: 0644]
tests/gem5/configs/realview64-switcheroo-atomic.py [new file with mode: 0644]
tests/gem5/configs/realview64-switcheroo-full.py [new file with mode: 0644]
tests/gem5/configs/realview64-switcheroo-o3.py [new file with mode: 0644]
tests/gem5/configs/realview64-switcheroo-timing.py [new file with mode: 0644]
tests/gem5/configs/switcheroo.py [new file with mode: 0644]
tests/gem5/fs/linux/arm/run.py
tests/gem5/fs/linux/arm/test.py