summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases
Commit message (Collapse)AuthorAgeFilesLines
* Add a basic raspberry pi test.test/better-oe-selftestPatrick Vacek2018-03-021-16/+98
| | | | | | | | | | There's not much we can do, since booting the device via a test is not practical. Still, it's useful to make sure that we can build the image. If trying to build the image in an environment designed for qemu, this takes some trickery to set things up just right. Also consistently set up layers before setting the MACHINE, since the sanity checker sometimes complains otherwise.
* Add qemu layer for qemu tests if not present.Patrick Vacek2018-02-281-8/+53
| | | | | | | | The layers required for the grub test are now also only added if not already present. This should make the tests runnable from an environment configured for raspberry pi.
* oe-selftest improvements.Patrick Vacek2018-02-281-60/+51
| | | | | | | * Check successful provisioning with autoprov and grub. * Refactor provisioning check into an independent function. * Rename QemuTests to AutoProvTests since that's what it is now. * Be more explicit about MACHINE.
* Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rockoPatrick Vacek2018-02-271-53/+292
| | | | Bring in updates to oe-selftest.
* Add tests for aktualizr-infoPhil Wise2018-01-251-15/+39
|
* Add a brief doc section for common build problems.Patrick Vacek2018-01-191-1/+2
| | | | Also add a helpful hint for the oe-selftest grub problem.
* Fix some basic oe-selftest errors.Patrick Vacek2018-01-181-1/+3
| | | | | Grub, HSM, and qemu hostname tests still fail for reasons I haven't figured out yet.
* oe-selftest fixes for rocko.Patrick Vacek2018-01-182-0/+210