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

OTA updates: add internal armhf image type


Add internal armhf image into supported images types
for OTA update tests.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
parent fad9085c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ metadata:
name: aum-ota-api
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf ]
minimal: [ armhf-internal, armhf ]
image-deployment:
- OSTree
type: functional
......
......@@ -2,7 +2,7 @@ metadata:
name: aum-ota-auto
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf ]
minimal: [ armhf-internal, armhf ]
image-deployment:
- OSTree
type: functional
......
......@@ -2,7 +2,7 @@ metadata:
name: aum-ota-out-of-space
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf ]
minimal: [ armhf-internal, armhf ]
image-deployment:
- OSTree
type: functional
......
......@@ -2,7 +2,7 @@ metadata:
name: aum-ota-rollback-blacklist
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf ]
minimal: [ armhf-internal, armhf ]
image-deployment:
- OSTree
type: functional
......
......@@ -2,7 +2,7 @@ metadata:
name: aum-ota-signed
format: "Apertis Test Definition 1.0"
image-types:
minimal: [ armhf ]
minimal: [ armhf-internal, armhf ]
image-deployment:
- OSTree
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