diff --git a/configs/example/gem5_library/arm-ubuntu-boot-exit.py b/configs/example/gem5_library/arm-ubuntu-run.py similarity index 98% rename from configs/example/gem5_library/arm-ubuntu-boot-exit.py rename to configs/example/gem5_library/arm-ubuntu-run.py index 70608eca9d..7f976f06db 100644 --- a/configs/example/gem5_library/arm-ubuntu-boot-exit.py +++ b/configs/example/gem5_library/arm-ubuntu-run.py @@ -35,7 +35,7 @@ Usage ``` scons build/ARM/gem5.opt -j -./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 13aa877ba0..28a10b588b 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( ) 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 @@ gem5_verify_config( "configs", "example", "gem5_library", - "arm-ubuntu-boot-exit.py", + "arm-ubuntu-run.py", ), config_args=[], valid_isas=(constants.all_compiled_tag,),