Bobby R. Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/50647 )

Change subject: tests: Update x86 boot tests to use x86-ubuntu-img
......................................................................

tests: Update x86 boot tests to use x86-ubuntu-img

The x86-boot-exit resource is being deprecated for the more versatile
x86-ubuntu-img resource. The latter attempts to run `m5 readfile`,
allowing a user to specify a script to be run. If no script is specified
`m5 exit` is run. Therefore it can be used in the x86-boot-exit tests.

Change-Id: I7fecb314bd0e1d4be4f1181e57046e4621199b64
---
M tests/gem5/configs/x86_boot_exit_run.py
1 file changed, 1 insertion(+), 2 deletions(-)



diff --git a/tests/gem5/configs/x86_boot_exit_run.py b/tests/gem5/configs/x86_boot_exit_run.py
index 6c5488d..fcd29e9 100644
--- a/tests/gem5/configs/x86_boot_exit_run.py
+++ b/tests/gem5/configs/x86_boot_exit_run.py
@@ -206,11 +206,10 @@
         resource_directory=args.resource_directory,
     ),
     disk_image=Resource(
-        "x86-boot-exit",
+        "x86-ubuntu-img",
         override=args.override_download,
         resource_directory=args.resource_directory,
     ),
-    command="m5 exit \n",
     kernel_args=additional_kernal_args,
 )


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/50647
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: I7fecb314bd0e1d4be4f1181e57046e4621199b64
Gerrit-Change-Number: 50647
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to