summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/testutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix oe-selftest log message casefeat/thud/2020.4Laurent Bonnans2020-03-251-2/+2
| | | | | | Was changed recently Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* test: shared cred provisioning for non-ostree caseKostiantyn Bushko2020-02-281-0/+1
| | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* Add --bootloader flag to specify path to a custom u-boot rom.Patrick Vacek2019-12-121-0/+1
| | | | | | | Also should work for other bootloaders. This is intended to help with keeping around older versions of images with a similarly old bootloader. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Test for setting hwidZee3141592019-08-151-6/+9
| | | | | | | Fixed bug taking device ID for hardware ID Signed-off-by: Zee314159 <252806294@qq.com> (cherry-picked from commit a2fc4db9ca899db957bb5feb8bc15b6526b1b23e)
* oe-selftests: wait until provisionedZee3141592019-08-151-1/+7
| | | | | | | | | * fixed bugs * Removed unnecessary code and added comments * Checked stderr and stdout Signed-off-by: Zee314159 <252806294@qq.com> (cherry-picked and squashed from PR #562)
* Use 128M by default for qemu in oe-selftestsLaurent Bonnans2019-07-171-0/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix some oe-selftest timeouts issuesLaurent Bonnans2019-07-171-1/+1
| | | | | | Was causing problems on CI Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Factor out ugly function in oe-selftestsLaurent Bonnans2019-07-171-0/+10
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix aktualizr-native run in oe-selftestLaurent Bonnans2019-07-171-14/+11
| | | | | | | | | | It did not work when using an empty build dir with sstate-cache, the proper working way is to bitbake build_sysroots. Also change the way we fetches some of the akautalizr package files which was broken too. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* OTA-2541: IP Secondary tests (oe-selftest)Mike Sul2019-06-051-23/+30
| | | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Add oe-selftest for aktualizr ptest run on qemuLaurent Bonnans2019-04-291-2/+2
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Cleanup (not) provisioned checks in oe-selftestLaurent Bonnans2019-04-291-1/+27
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix in oe-selftests/qemu_launchLaurent Bonnans2019-04-291-6/+5
| | | | | | Should build `imagename` and not 'core-image-minimal' in all cases Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Split oe-selftests by target machinesLaurent Bonnans2019-04-291-0/+103
To allow for more targeted testing Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>