Forked from
tests / apertis-test-cases
463 commits behind the upstream repository.
-
Denis Pynkin authored
Need to test the upgrade behavior on different architectures. Enabled automatic tests of ostree and upgrade manager behavior for all supported minimal images. Not enabled rollback test for Arm64 and Amd64 yet since they have no enabled bootcounter mechanism in bootloader. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
Denis Pynkin authoredNeed to test the upgrade behavior on different architectures. Enabled automatic tests of ostree and upgrade manager behavior for all supported minimal images. Not enabled rollback test for Arm64 and Amd64 yet since they have no enabled bootcounter mechanism in bootloader. Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
aum-offline-upgrade.yaml 1.13 KiB
metadata:
name: aum-offline-upgrade
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment:
- OSTree
type: functional
exec-type: automated
priority: critical
maintainer: "Apertis Project"
description: "Apertis update manager: Offline upgrade test
This test ensures that the update manager is able to install an update provided offline."
expected:
- "The automated test should succeed."
notes:
- "The automated uses internet"
install:
git-repos:
- url: https://gitlab.apertis.org/tests/aum-offline-upgrade.git
branch: apertis/v2020dev0
run:
steps:
- "# Enter test directory:"
- cd aum-offline-upgrade
- "# Execute the following command:"
- common/run-test-in-systemd --timeout=900 --name=offline-upgrade env DEBUG=2 RELEASE=$RELEASE ARCH=$ARCH BASEURL=$BASEURL IMGPATH=$IMGPATH IMGDATE=$IMGDATE IMGTYPE=$IMGTYPE IMGNAME=$IMGNAME BOARD=$BOARD ./run-test-offline-upgrade.sh
parse:
pattern: ^(?P<test_case_id>[a-zA-Z0-9_\-\./]+):\s*(?P<result>pass|fail|skip|unknown)$