Bobby Bruce has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/65132?usp=email )
Change subject: stdlib,configs,tests: Rename config to arm-ubuntu-run.py
......................................................................
stdlib,configs,tests: Rename config to arm-ubuntu-run.py
The "config/example/gem5_library/arm-ubuntu-boot-exit.py" script is
renamed to "config/example/gem5_library/arm-ubuntu-run.py". This makes
it more consistent with similar scripts in the
"config/example/gem5_library" directory: "x86-ubuntu-run.py" and
"riscv-ubuntu-run.py".
Change-Id: I9d96fd68e122f2841573b1717b0969cd44972771
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65132
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power...@gmail.com>
Tested-by: kokoro <noreply+kok...@google.com>
Maintainer: Jason Lowe-Power <power...@gmail.com>
---
R configs/example/gem5_library/arm-ubuntu-run.py
M tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
2 files changed, 23 insertions(+), 3 deletions(-)
Approvals:
kokoro: Regressions pass
Bobby Bruce: Looks good to me, approved
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
diff --git a/configs/example/gem5_library/arm-ubuntu-boot-exit.py
b/configs/example/gem5_library/arm-ubuntu-run.py
similarity index 97%
rename from configs/example/gem5_library/arm-ubuntu-boot-exit.py
rename to configs/example/gem5_library/arm-ubuntu-run.py
index 70608ec..7f976f0 100644
--- a/configs/example/gem5_library/arm-ubuntu-boot-exit.py
+++ b/configs/example/gem5_library/arm-ubuntu-run.py
@@ -35,7 +35,7 @@
```
scons build/ARM/gem5.opt -j<NUM_CPUS>
-./build/ARM/gem5.opt configs/example/gem5_library/arm-ubuntu-boot-exit.py
+./build/ARM/gem5.opt configs/example/gem5_library/arm-ubuntu-run.py
```
"""
diff --git
a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
index 13aa877..28a10b5 100644
--- a/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
+++ b/tests/gem5/gem5_library_example_tests/test_gem5_library_examples.py
@@ -275,7 +275,7 @@
)
gem5_verify_config(
- name="test-gem5-library-example-arm-ubuntu-boot-test",
+ name="test-gem5-library-example-arm-ubuntu-run-test",
fixtures=(),
verifiers=(),
config=joinpath(
@@ -283,7 +283,7 @@
"configs",
"example",
"gem5_library",
- "arm-ubuntu-boot-exit.py",
+ "arm-ubuntu-run.py",
),
config_args=[],
valid_isas=(constants.all_compiled_tag,),
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/65132?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I9d96fd68e122f2841573b1717b0969cd44972771
Gerrit-Change-Number: 65132
Gerrit-PatchSet: 2
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Jason Lowe-Power <ja...@lowepower.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org