Skip to content

Commit d4a3d20

Browse files
tests: fix lxd-mount-units in ubuntu jammy
The lxd image used in jammy is seeded with core22 snap.
1 parent 17deb50 commit d4a3d20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/main/lxd-mount-units/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ execute: |
2424
2525
# Define the core snap for the current system
2626
core_snap=core20
27-
if os.query is-ubuntu-gt 22.04; then
27+
if os.query is-ubuntu-ge 22.04; then
2828
core_snap=core22
2929
fi
3030

0 commit comments

Comments
 (0)