1 parent 0967112 commit cae70a5Copy full SHA for cae70a5
1 file changed
tests/core/basic20plus/task.yaml
@@ -152,6 +152,10 @@ execute: |
152
stat /run/systemd/system/sysroot-usr-lib-modules.mount
153
stat /run/systemd/system/"sysroot-writable-system\x2ddata-snap-$device\x2dkernel-"*
154
155
+ # Check the generator version
156
+ gojq '.["generator-version"]' /var/lib/snapd/kernel/"$device"-kernel/x1/kernel.json | \
157
+ MATCH '^1$'
158
+
159
not mountpoint /run/mnt/base
160
loop="$(findmnt -o source / -n)"
161
# Might be in /run/mnt/ubuntu-seed/ on first 26+ boot or in /run/mnt/data/
0 commit comments