summaryrefslogtreecommitdiffstats
path: root/test/run_boot_test.tcl
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-05-26 17:34:46 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-05-26 17:43:23 +1000
commitb334b39590d2cb47ca7acdfc287e4c55d4ba973c (patch)
tree7c9a7ab87e4d18df92c654763519b73d02455695 /test/run_boot_test.tcl
parent8d18e38a7c61e01b9b6ad5a70bf48697b70aa0ec (diff)
downloadblackbird-skiboot-b334b39590d2cb47ca7acdfc287e4c55d4ba973c.tar.gz
blackbird-skiboot-b334b39590d2cb47ca7acdfc287e4c55d4ba973c.zip
Enable multiple boot tests based on op-build verisons
We also add a makefile to help people re-create the images. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test/run_boot_test.tcl')
-rw-r--r--test/run_boot_test.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_boot_test.tcl b/test/run_boot_test.tcl
index 0f7fa84b..f8072cca 100644
--- a/test/run_boot_test.tcl
+++ b/test/run_boot_test.tcl
@@ -12,5 +12,5 @@ proc console_trigger {response args} {
mysim trigger set console "Welcome to Petitboot" { console_trigger "x" }
mysim trigger set console "# " { console_trigger "halt\n" }
mysim go
-mysim memory fwrite 0x30000000 0x300000 skiboot-boot_test.dump
+mysim memory fwrite 0x30000000 0x300000 $env(SKIBOOT_MEM_DUMP)
exit
OpenPOWER on IntegriCloud