summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/selftest/cases/updater_raspberrypi.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-07-301-4/+4
| | | | | | | | | | 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>
* Remove a now unnecessary hack in rpi oe-selftestsfix/unhack-rpi-oeLaurent Bonnans2019-11-051-16/+0
| | | | | | See https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/37 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Factor out ugly function in oe-selftestsLaurent Bonnans2019-07-151-7/+4
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Rename provisioning methods.Patrick Vacek2019-06-051-2/+1
| | | | | | | | | | | | "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>
* Split oe-selftests by target machinesLaurent Bonnans2019-03-201-0/+78
To allow for more targeted testing Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>