aboutsummaryrefslogtreecommitdiff
path: root/test/sreset_world
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20Mambo: run hello_world and sreset_world tests with Secure and Trusted BootStewart Smith3-4/+25
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>
2017-12-04sreset_kernel: only run SMT tests due to not supporting re-entryStewart Smith2-9/+2
Fixes: 0d84ea6bda03a00a1765dd7240a9e5231a537e96 Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-08-24test kernels: link with -NStewart Smith1-1/+1
"Not enough room for program headers, try linking with -N" Turns out the error message is helpful Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-03-31Mambo/Qemu boot tests: expect (and fail) on checkstopStewart Smith2-0/+6
This allows us to fail a lot faster if we checkstop Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2017-03-07test/sreset_world: Kind of like Hello World, but from the SRESET vector.Stewart Smith6-0/+327
A regression test for the mambo implementation of OPAL_SIGNAL_SYSTEM_RESET. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>