aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.check
AgeCommit message (Collapse)AuthorFilesLines
2019-03-28ci: Remove debian-jessie boot test.Stewart Smith1-4/+1
Debian (in its infinite "wisdom") has decided to erase most evidence of there ever being a ppc64el installer for Debian Jessie. So, screw them. Backwards compatibility testing was for losers anyway. There is snapshot.debian.org, but it's *really* slow pulling things from there, so it's not really an option unless we want to add multiple minutes to test duration. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
2016-07-12make remaining noisy tests quietStewart Smith1-7/+7
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2016-03-07test: add multithreaded mambo testsOliver O'Halloran1-1/+4
Adds make targets to perform boot tests using multithreaded mambo. There are seperate targets for the kernel and hello_world payloads. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> [stewart@linux.vnet.ibm.com: Use SMT rather than threaded in test description] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-11-26Add Debian Jessie installer boot testStewart Smith1-1/+4
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-10-26Support PowerNV Qemu for running testsStewart Smith1-3/+6
We now run tests under both Mambo and QEMU PowerNV model. Also added are scripts in opal-ci/ for building powernv model qemu. Currently, this is not yet in upstream qemu, so we build from Ben's branch. You can start using qemu along with/instead of Mambo by: 1) (cd ./opal-ci; sudo ./install-deps-qemu-powernv.sh; ./build-qemu-powernv.sh) 2) Pointing QEMU_PATH and QEMU_BINARY environment variables to appropriate qemu binary with powernv model When building qemu ourselves, we build a *specific* known good tag from the open-power tree. This should ensure that into the future existing test scripts should continue to function. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-08-13fix boot-coverage-report target for updated boot_test.shStewart Smith1-4/+4
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-28Ensure skiboot is built before running boot testsStewart Smith1-2/+2
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-28Simplify boot-tests makefileStewart Smith1-12/+5
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-27Support doing physical machine boot tests with gcovStewart Smith1-2/+8
We can boot FSP machines and extract GCOV coverage report from them combining with Mambo reports Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
2015-05-26Enable multiple boot tests based on op-build verisonsStewart Smith1-1/+13
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-0/+5
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-01-27Add Makefile and shell to run a boot test if zImage.epapr is presentStewart Smith1-0/+4
If you've built a zImage.epapr using op-build, you can now drop it in the top level skiboot source tree, run 'make check' and these test files will pick it up and run a boot test using it. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>