From 892a73bfa05696941100f94ae6cde5ee866293e8 Mon Sep 17 00:00:00 2001
From: Luis Araujo <luis.araujo@collabora.co.uk>
Date: Fri, 29 Mar 2019 22:11:43 +0800
Subject: [PATCH] Run AUM tests in public armhf images

The apertis update manager tests should be executed only in public armhf
images at the moment.

Signed-off-by: Luis Araujo <luis.araujo@collabora.co.uk>
---
 test-cases/aum-api.yaml                           | 2 +-
 test-cases/aum-offline-upgrade-collection_id.yaml | 4 ++--
 test-cases/aum-offline-upgrade.yaml               | 2 +-
 test-cases/aum-out-of-space.yaml                  | 2 +-
 test-cases/aum-power-cut.yaml                     | 2 +-
 test-cases/aum-rollback-blacklist.yaml            | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/test-cases/aum-api.yaml b/test-cases/aum-api.yaml
index 6a030e6..8b3435f 100644
--- a/test-cases/aum-api.yaml
+++ b/test-cases/aum-api.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-api
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal ]
+    minimal: [ armhf ]
   image-deployment:
     - OSTree
   type: functional
diff --git a/test-cases/aum-offline-upgrade-collection_id.yaml b/test-cases/aum-offline-upgrade-collection_id.yaml
index e7caf70..3f4bc93 100644
--- a/test-cases/aum-offline-upgrade-collection_id.yaml
+++ b/test-cases/aum-offline-upgrade-collection_id.yaml
@@ -2,8 +2,8 @@ metadata:
   name: aum-offline-upgrade-collection_id
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal, armhf, arm64, amd64 ]
-    target:  [ armhf-internal, amd64 ]
+    minimal: [ armhf, arm64, amd64 ]
+    target:  [ armhf, amd64 ]
   image-deployment:
     - OSTree
   type: functional
diff --git a/test-cases/aum-offline-upgrade.yaml b/test-cases/aum-offline-upgrade.yaml
index e1c4805..da17be3 100644
--- a/test-cases/aum-offline-upgrade.yaml
+++ b/test-cases/aum-offline-upgrade.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-offline-upgrade
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal ]
+    minimal: [ armhf ]
   image-deployment:
     - OSTree
   type: functional
diff --git a/test-cases/aum-out-of-space.yaml b/test-cases/aum-out-of-space.yaml
index efc94cb..f3aa196 100644
--- a/test-cases/aum-out-of-space.yaml
+++ b/test-cases/aum-out-of-space.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-out-of-space
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal ]
+    minimal: [ armhf ]
   image-deployment:
     - OSTree
   type: functional
diff --git a/test-cases/aum-power-cut.yaml b/test-cases/aum-power-cut.yaml
index 98b471d..f9663ad 100644
--- a/test-cases/aum-power-cut.yaml
+++ b/test-cases/aum-power-cut.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-power-cut
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal ]
+    minimal: [ armhf ]
   image-deployment:
     - OSTree
   type: functional
diff --git a/test-cases/aum-rollback-blacklist.yaml b/test-cases/aum-rollback-blacklist.yaml
index c2dc2e1..e541688 100644
--- a/test-cases/aum-rollback-blacklist.yaml
+++ b/test-cases/aum-rollback-blacklist.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-rollback-blacklist
   format: "Apertis Test Definition 1.0"
   image-types:
-    minimal: [ armhf-internal ]
+    minimal: [ armhf ]
   image-deployment:
     - OSTree
   type: functional
-- 
GitLab