Skip to content
Snippets Groups Projects
Commit 0ef4afdd authored by Benani Sagar Kishore's avatar Benani Sagar Kishore Committed by Emanuele Aina
Browse files

Update apertis-update-manager-amd64-rollback.yaml

parent cf58bd65
No related branches found
No related tags found
1 merge request!273Edited the execution steps of apparmor bluez avrcp testcase to pick the scripts from the correct path
...@@ -20,8 +20,8 @@ metadata: ...@@ -20,8 +20,8 @@ metadata:
- "A PC must be connected to DUT serial port" - "A PC must be connected to DUT serial port"
expected: expected:
- "U-Boot is able to detect rollback situation" - "UEFI is able to detect rollback situation"
- "U-Boot is able to use rollback configuration for bootloader" - "UEFI is able to use rollback configuration for bootloader"
- 'The "failed" update is rolled back' - 'The "failed" update is rolled back'
- '"Failed" update is marked as blacklisted' - '"Failed" update is marked as blacklisted'
- 'Apertis-update-manager is able to detect blacklisted update and refuse to update the system with it' - 'Apertis-update-manager is able to detect blacklisted update and refuse to update the system with it'
...@@ -37,7 +37,7 @@ run: ...@@ -37,7 +37,7 @@ run:
- "Get the Collection ID and ref" - "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 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 - $ 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 - $ ls -1d /usr/share/locale /usr/share/man /usr/share/zoneinfo > /tmp/skip
- $ du -sh /usr/share/locale /usr/share/man /usr/share/zoneinfo - $ 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" - "Create the commit with changed timestamp and skipped list from above to allow upgrade with recent update file"
......
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