summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_qemux86_64.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-07-301-18/+18
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Put aktualizr-info in a separate package and use it in Secondaries.feat/secondary-aktualizr-infoPatrick Vacek2020-06-231-2/+1
| | | | | | | | | We did the work a while ago to make aktualizr-info work for Secondaries, but until now we weren't putting the tool into the secondary-image we use for testing. Now it's there. Actually, it's in every image that inherits from sota.bbclass, which is probably a good thing. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-101-1/+1
| | | | | | | | | | The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* test: shared cred provisioning for non-ostree casefeat/OTA-4310/non-ostree/oe-testsKostiantyn Bushko2020-02-141-0/+26
| | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* OTA-3988: oe-selftest for the non-systemd caseMykhaylo Sul2019-11-051-0/+36
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Use --wait-until-provisioned option while getting aktualizr status in the ip ↵fix/ip-secondary-test/wait-until-provisionedMykhaylo Sul2019-08-271-12/+2
| | | | | | secondary tests Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Test for setting hwidtest/ota-3064/test-for-setting-custom-hardware-idZee3141592019-08-081-1/+3
| | | | | | Fixed bug taking device ID for hardware ID Signed-off-by: Zee314159 <252806294@qq.com>
* Longer timeout for primary/secondary oe-selftestci/flexi-tweaksLaurent Bonnans2019-07-241-1/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix race condition in oe-selftest HSM testLaurent Bonnans2019-07-151-7/+6
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Do not push ostree images during most of oe-selftestLaurent Bonnans2019-07-151-0/+9
| | | | | | One failure point less Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix some oe-selftest timeouts issuesLaurent Bonnans2019-07-151-7/+11
| | | | | | Was causing problems on CI Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Factor out ugly function in oe-selftestsLaurent Bonnans2019-07-151-39/+8
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix aktualizr-native run in oe-selftestLaurent Bonnans2019-07-151-10/+10
| | | | | | | | | | 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>
* Increase time to wait for secondaries registration at Primaryfix/ip-secondary-oeselftest/timeoutMike Sul2019-07-091-1/+1
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Rename provisioning methods.Patrick Vacek2019-06-051-20/+20
| | | | | | | | | | | | "Autoprovisioning" or "automatic provisioning" is now known as "shared credential provisioning". "Implicit provisioning" is now known as "device credential provisioning". "HSM provisioning" was always a misnomer, so it is now refered to as "device credential provisioning with an HSM". This includes a bump of the aktualizr version as well. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* OTA-2541: IP Secondary tests (oe-selftest)Mike Sul2019-05-271-43/+108
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* selftest: retry aktualizr failure check due to resource constraints.Patrick Vacek2019-04-301-2/+9
| | | | | | | For some reason it now often fails if you don't briefly pause first, so just retry it if it fails a few times. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* selftest: Remove test_secondary_listening.Patrick Vacek2019-04-291-5/+0
| | | | | | | The secondary discovery mechanism is being overhauled and that tool no longer exists. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Cleanup (not) provisioned checks in oe-selftestfeat/OTA-2142/aktualizr-resource-controlLaurent Bonnans2019-03-211-49/+5
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Add resource control testLaurent Bonnans2019-03-211-0/+45
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Fix in oe-selftests/qemu_launchLaurent Bonnans2019-03-201-14/+0
| | | | | | 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/+441
To allow for more targeted testing Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>