[gem5-dev] Change in gem5/gem5[develop]: tests: Update x86 boot tests to use x86-ubuntu-img

2021-09-22 Thread Bobby R. Bruce (Gerrit) via gem5-dev
Bobby R. Bruce has submitted this change. (  
https://gem5-review.googlesource.com/c/public/gem5/+/50647 )




2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the  
submitted one.

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
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50647
Tested-by: kokoro 
Reviewed-by: Austin Harris 
Maintainer: Bobby R. Bruce 
---
M tests/gem5/configs/x86_boot_exit_run.py
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Austin Harris: Looks good to me, approved
  Bobby R. Bruce: Looks good to me, approved
  kokoro: Regressions pass




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: 4
Gerrit-Owner: Bobby R. Bruce 
Gerrit-Reviewer: Austin Harris 
Gerrit-Reviewer: Bobby R. Bruce 
Gerrit-Reviewer: kokoro 
Gerrit-MessageType: merged
___
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

[gem5-dev] Change in gem5/gem5[develop]: tests: Update x86 boot tests to use x86-ubuntu-img

2021-09-20 Thread Bobby R. Bruce (Gerrit) via gem5-dev
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 
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