summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/updater.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some paths based on Leon's techniques.Patrick Vacek2017-11-151-5/+6
|
* Basic garage-deploy test.Patrick Vacek2017-11-131-1/+8
|
* Make double-bitbake test actually useful.Patrick Vacek2017-11-131-8/+35
| | | | | | | * Make sure to remove man package before bitbaking. * Test that the package exists or not. * Check the image name and size to make sure it changes. * Move to appropriate class and rename.
* Split tests into independent classes.Patrick Vacek2017-11-131-11/+27
| | | | | This reduces unnecessary time spent on setUpClass calls that may not be necessary for individual tests. It also organizes things a bit better.
* Fix paths to be more reliable.Patrick Vacek2017-11-131-9/+9
|
* Rough draft of a run-qemu-ota test.Patrick Vacek2017-11-131-0/+33
| | | | | | | | | | Not very useful yet. Could be made into a function for the purpose of running arbitrary commands via SSH, for example. However, I had plenty of trouble even getting this far. Note that I created a softlink to qemucommand to get around the Python path issues in oe-selftest. I'm not sure if there's a better way to handle that, since manipulating the path is seemingly impossible.
* Rename for accuracy.Patrick Vacek2017-11-131-0/+41