From 0ef4afdda8584b7b66c34ccba9d4c63ac2aa4e3e Mon Sep 17 00:00:00 2001
From: Benani Sagar Kishore <sagarkishore.benani@in.bosch.com>
Date: Wed, 14 Apr 2021 02:55:31 +0000
Subject: [PATCH] Update apertis-update-manager-amd64-rollback.yaml

---
 test-cases/apertis-update-manager-amd64-rollback.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test-cases/apertis-update-manager-amd64-rollback.yaml b/test-cases/apertis-update-manager-amd64-rollback.yaml
index 5bda8296..86c37dc3 100644
--- a/test-cases/apertis-update-manager-amd64-rollback.yaml
+++ b/test-cases/apertis-update-manager-amd64-rollback.yaml
@@ -20,8 +20,8 @@ metadata:
     - "A PC must be connected to DUT serial port"
 
   expected:
-    - "U-Boot is able to detect rollback situation"
-    - "U-Boot is able to use rollback configuration for bootloader"
+    - "UEFI is able to detect rollback situation"
+    - "UEFI is able to use rollback configuration for bootloader"
     - 'The "failed" update is rolled back'
     - '"Failed" update is marked as blacklisted'
     - 'Apertis-update-manager is able to detect blacklisted update and refuse to update the system with it'
@@ -37,7 +37,7 @@ run:
     - "Get the Collection ID and ref"
     -  $ export CID=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 1 -d ' '); echo COLLECTION_ID=$CID
     -  $ export REF=$(sudo ostree refs -c | head -n 1 | tr -d '(),' | cut -f 2 -d ' '); echo REF=$REF
-    - "Create the list of files to skip and enshure there are some files in these directories"
+    - "Create the list of files to skip and ensure there are some files in these directories"
     - $ ls -1d /usr/share/locale /usr/share/man /usr/share/zoneinfo > /tmp/skip
     - $ du -sh /usr/share/locale /usr/share/man /usr/share/zoneinfo
     - "Create the commit with changed timestamp and skipped list from above to allow upgrade with recent update file"
-- 
GitLab