Skip to content

Commit 15d0c66

Browse files
committed
test-image: Workaround privileged Ubuntu 26.04 container failures
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
1 parent 5aa46bb commit 15d0c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ for url in $(incus query "/1.0/instances" | jq -r .[] | grep "${TEST_IMAGE}"); d
194194

195195
# Systemd cleanliness
196196
if incus exec "${name}" -- sh -c "type systemctl" >/dev/null 2>&1; then
197-
incus exec "${name}" -- systemctl reset-failed systemd-networkd-wait-online.service >/dev/null 2>&1 || true
197+
incus exec "${name}" -- systemctl reset-failed systemd-networkd-wait-online.service netplan-configure.service >/dev/null 2>&1 || true
198198
if incus exec "${name}" -- systemctl --failed 2>&1 | grep -q '\sfailed\s'; then
199199
echo "===> FAIL: systemd clean: ${name}"
200200

0 commit comments

Comments
 (0)