Skip to content

Commit

Permalink
tests/recovery-system-reboot: fix revisions overwritten by bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsosanchezbeato committed Jun 12, 2024
1 parent 20cde6b commit 58b2f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nested/manual/recovery-system-reboot/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ execute: |
# however, we can check that the seed contains the correct revisions
if tests.nested is-nested uc22; then
remote.exec "test -f /var/lib/snapd/seed/snaps/core22_1033.snap"
remote.exec "test -f /var/lib/snapd/seed/snaps/core22_1380.snap"
remote.exec "test -f /var/lib/snapd/seed/snaps/pc-kernel_1606.snap"
remote.exec "test -f /var/lib/snapd/seed/snaps/pc_145.snap"
else # uc24
# however, we can check that the seed contains the correct revisions
remote.exec "test -f /var/lib/snapd/seed/snaps/core24_1033.snap"
remote.exec "test -f /var/lib/snapd/seed/snaps/pc-kernel_1606.snap"
remote.exec "test -f /var/lib/snapd/seed/snaps/pc_145.snap"
fi
fi

0 comments on commit 58b2f7d

Please sign in to comment.