Skip to content

Commit 9307c8e

Browse files
Run this test just in uc24
1 parent b73254b commit 9307c8e

File tree

1 file changed

+5
-5
lines changed
  • tests/nested/manual/refresh-revert-fundamentals

1 file changed

+5
-5
lines changed

tests/nested/manual/refresh-revert-fundamentals/task.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ details: |
44
This test validates the fundamental snaps can be refreshed
55
and reverted to the new snaps published to edge channel.
66
7-
systems: [ubuntu-2*]
7+
systems: [ubuntu-24*]
88

99
environment:
1010
NESTED_CORE_CHANNEL: beta
@@ -59,7 +59,7 @@ execute: |
5959
remote.exec "snap watch $REFRESH_ID" || true
6060
remote.exec "sudo reboot" || true
6161
;;
62-
pc-kernel|core20)
62+
pc-kernel|core24)
6363
# don't manually reboot, wait for automatic snapd reboot
6464
;;
6565
esac
@@ -71,7 +71,7 @@ execute: |
7171
7272
echo "Check the change is completed"
7373
case "$SNAP" in
74-
pc-kernel|core20)
74+
pc-kernel|core24)
7575
#shellcheck disable=SC2098
7676
#shellcheck disable=SC2097
7777
retry --wait 1 -n 10 --env REFRESH_ID="$REFRESH_ID" sh -c "remote.exec snap changes | MATCH \"$REFRESH_ID\s+Done\s+.*\""
@@ -90,7 +90,7 @@ execute: |
9090
remote.exec "snap watch $REVERT_ID" || true
9191
remote.exec "sudo reboot" || true
9292
;;
93-
pc-kernel|core20)
93+
pc-kernel|core24)
9494
# don't manually reboot, wait for automatic snapd reboot
9595
;;
9696
esac
@@ -101,7 +101,7 @@ execute: |
101101
102102
echo "Check the change is completed"
103103
case "$SNAP" in
104-
pc-kernel|core20)
104+
pc-kernel|core24)
105105
retry --wait 1 -n 10 --env REVERT_ID="$REVERT_ID" sh -c "remote.exec snap changes | MATCH \"$REVERT_ID\s+Done\s+.*\""
106106
;;
107107
esac

0 commit comments

Comments
 (0)