From efba41777ad9af397bc950e171b5eb03ca52b64e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 9 Dec 2024 13:55:29 +0100
Subject: [PATCH] aum-rollback-bootcount: drop amd64 from image types list
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

It is to test a u-boot feature, so only required on
architectures ARM* and not on amd64.

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 test-cases/aum-rollback-bootcount.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-cases/aum-rollback-bootcount.yaml b/test-cases/aum-rollback-bootcount.yaml
index 5700abb8..c02f478b 100644
--- a/test-cases/aum-rollback-bootcount.yaml
+++ b/test-cases/aum-rollback-bootcount.yaml
@@ -2,7 +2,7 @@ metadata:
   name: aum-rollback-bootcount
   format: "Apertis Test Definition 1.0"
   image-types:
-    fixedfunction: [ armhf, arm64, amd64 ]
+    fixedfunction: [ armhf, arm64 ]
   image-deployment:
     - OSTree
   type: functional
@@ -55,4 +55,4 @@ run:
     - "For Phase 4, power cycle the board just after starting the kernel,
        repeat it for three times to increase bootcount beyond the limit"
     - "Check that bootlimit has been exceeded, by looking at logs"
-    - "Check that after booting the original deployment has been used"
\ No newline at end of file
+    - "Check that after booting the original deployment has been used"
-- 
GitLab