aboutsummaryrefslogtreecommitdiff
path: root/test/run_boot_test.tcl
AgeCommit message (Collapse)AuthorFilesLines
2015-05-26Enable multiple boot tests based on op-build verisonsStewart Smith1-1/+1
We also add a makefile to help people re-create the images. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-25Add boot-coverage-report targetStewart Smith1-2/+2
This target will run the (two) current boot tests and produce lcov coverage of skiboot from running them in Mambo. Everything is pretty hard coded at this stage and should most certainly be improved upon, especially if we want input from real hardware or to have more boot tests. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-25Refactor mambo test runningStewart Smith1-0/+16
we now properly control the simulation rather than just killing off Mambo. For boot test, we wait for petitboot and actually shut down the simulation properly with 'halt'. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>