Skip to content
Snippets Groups Projects
Commit 96227328 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Enable AUM automatic tests for all architectures


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: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent e369d197
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-api name: aum-api
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,8 +2,8 @@ metadata: ...@@ -2,8 +2,8 @@ metadata:
name: aum-offline-upgrade-collection_id name: aum-offline-upgrade-collection_id
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf, arm64, amd64 ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf, amd64 ] target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-offline-upgrade-signed name: aum-offline-upgrade-signed
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-offline-upgrade name: aum-offline-upgrade
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-out-of-space name: aum-out-of-space
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-power-cut name: aum-power-cut
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf, arm64, amd64 ]
target: [ armhf-internal, armhf, arm64, amd64 ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
...@@ -2,7 +2,8 @@ metadata: ...@@ -2,7 +2,8 @@ metadata:
name: aum-rollback-blacklist name: aum-rollback-blacklist
format: "Apertis Test Definition 1.0" format: "Apertis Test Definition 1.0"
image-types: image-types:
minimal: [ armhf ] minimal: [ armhf-internal, armhf ]
target: [ armhf-internal, armhf ]
image-deployment: image-deployment:
- OSTree - OSTree
type: functional type: functional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment