summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/testutils.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix oe-selftest log message casefeat/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 casefeat/OTA-4310/non-ostree/oe-testsKostiantyn Bushko2020-02-141-0/+1
| | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* Add --bootloader flag to specify path to a custom u-boot rom.feat/custom-ubootPatrick Vacek2019-12-031-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 hwidtest/ota-3064/test-for-setting-custom-hardware-idZee3141592019-08-081-6/+9
| | | | | | Fixed bug taking device ID for hardware ID Signed-off-by: Zee314159 <252806294@qq.com>
* Checked stderr and stdoutZee3141592019-07-241-1/+3
| | | | Signed-off-by: Zee314159 <252806294@qq.com>
* Removed unnecessary code and added commentsfeat/OTA-2844/oe-selftests-use-wait-until-provisionedZee3141592019-07-241-5/+3
| | | | Signed-off-by: Zee314159 <252806294@qq.com>
* fixed bugsZee3141592019-07-241-1/+7
| | | | Signed-off-by: Zee314159 <252806294@qq.com>
* Use 128M by default for qemu in oe-selftestsLaurent Bonnans2019-07-161-0/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix some oe-selftest timeouts issuesLaurent Bonnans2019-07-151-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-151-0/+10
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix aktualizr-native run in oe-selftestLaurent Bonnans2019-07-151-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-05-271-23/+30
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Add oe-selftest for aktualizr ptest run on qemuLaurent Bonnans2019-04-091-2/+2
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Cleanup (not) provisioned checks in oe-selftestfeat/OTA-2142/aktualizr-resource-controlLaurent Bonnans2019-03-211-1/+27
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix in oe-selftests/qemu_launchLaurent Bonnans2019-03-201-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-03-201-0/+103
To allow for more targeted testing Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>