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 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50647 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Austin Harris <mail@austin-harris.com> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
@@ -206,11 +206,10 @@ motherboard.set_workload(
|
||||
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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user