Skip to content

Commit

Permalink
tests/nested/manual/component-recovery-system: run tests on uc24 and …
Browse files Browse the repository at this point in the history
…greater
  • Loading branch information
andrewphelpsj committed Jan 10, 2025
1 parent 9063579 commit d61eaf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/nested/manual/component-recovery-system/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ details: |
This test creates a recovery system with a kernel module component and
validates that the newly created system can be rebooted into.
systems: [ubuntu-24.04-64]
systems: [-ubuntu-1*, -ubuntu-20*, -ubuntu-22*]

environment:
MODEL_JSON: $TESTSLIB/assertions/test-snapd-component-recovery-system-pc-24.json
Expand Down Expand Up @@ -103,6 +103,8 @@ execute: |
./pc-kernel+wifi-comp.comp
boot_id="$(tests.nested boot-id)"
# refresh the kernel snap and install the wifi-comp component
change_id=$(remote.exec "sudo snap refresh --no-wait pc-kernel+wifi-comp")
remote.wait-for reboot "${boot_id}"
remote.exec "snap watch ${change_id}"
Expand Down

0 comments on commit d61eaf3

Please sign in to comment.