From d4a3d202701028cdfd3300517f66325668f9bbbc Mon Sep 17 00:00:00 2001 From: Sergio Cazzolato Date: Thu, 23 Jul 2026 23:21:13 -0300 Subject: [PATCH] tests: fix lxd-mount-units in ubuntu jammy The lxd image used in jammy is seeded with core22 snap. --- tests/main/lxd-mount-units/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main/lxd-mount-units/task.yaml b/tests/main/lxd-mount-units/task.yaml index 70ea8673d65..529841231db 100644 --- a/tests/main/lxd-mount-units/task.yaml +++ b/tests/main/lxd-mount-units/task.yaml @@ -24,7 +24,7 @@ execute: | # Define the core snap for the current system core_snap=core20 - if os.query is-ubuntu-gt 22.04; then + if os.query is-ubuntu-ge 22.04; then core_snap=core22 fi