summaryrefslogtreecommitdiffstats
path: root/test/sreset_world/run_mambo_sreset.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use $() rather than backticks in all shellStewart Smith2018-09-131-4/+4
| | | | | | | | | | | The cool kids are all using $() these days as backticks are all backwards and uncool. Practically speaking, it makes it easier to escape things, nest things, and all the other reasons listed on http://mywiki.wooledge.org/BashFAQ/082 Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith2017-12-201-2/+5
| | | | | | | | | We *disable* the secure boot part, but we keep the verified boot part as we don't currently have container verification code for Mambo. We can run a small part of the code currently though. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* Mambo/Qemu boot tests: expect (and fail) on checkstopStewart Smith2017-03-311-0/+3
| | | | | | This allows us to fail a lot faster if we checkstop Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
* test/sreset_world: Kind of like Hello World, but from the SRESET vector.Stewart Smith2017-03-071-0/+72
A regression test for the mambo implementation of OPAL_SIGNAL_SYSTEM_RESET. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud