aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/ota-update
AgeCommit message (Collapse)Author
2022-11-28automated: linux: Wait for aklite to start in ota-upgradeMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
2022-10-05automated: linux: add ostree only option to ota-updateMilosz Wasilewski
This patch allows to test type=ostree when using aktualizr-lite for pulling OTA updates. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
2022-07-19automated: linux: ota update/rollback variable fixMilosz Wasilewski
When performing OTA update/rollback on open board variables are kept in u-boot env. When the same is performed on a closed board, variables are kept in RPMB. Due to historical reasons the "fiovb" prefix is not present in RPMB variables. This patch aligns the current behaviour of the test with the software. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
2022-07-12automated: linux: fix OTA upgrade testMilosz Wasilewski
The test for OTA upgrade was out of date. This patch brings it to the usable state with FoundriesFactory OTA and aktualizr-lite. Signed-off-by: Milosz Wasilewski <milosz.wasilewski@foundries.io>
2022-02-02fix sanity checks: fix warnings with black v22.1.0Anders Roxell
Black have released a new version 22.1.0 where they dropped Python 2 support. So we need to update our sources. Python3 requires you to write the print function with parentheses, also fix parsing. Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
2021-02-22Linting: BlackBenjamin Copeland
Lets enforce black across the repo. This change fixes the formatting to black standards to pass the CI test. Signed-off-by: Benjamin Copeland <ben.copeland@linaro.org>
2020-06-30automated: manual: update format string to match LAVA expectationsMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2020-03-02fixed sanity-check warningsMilosz Wasilewski
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2018-09-04automated: linux: initial ota update testVishal Bhoj
Change-Id: Ia5cd0303437bd28f2992b1f8f26fe77a265b697e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>