From 5feb1030e714920e8c33703743482b6162a8bbe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sun, 18 Feb 2024 15:38:24 -0500 Subject: [PATCH] test-image: Ignore networkd-wait-online (IPv6-only test environment) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- bin/test-image | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/test-image b/bin/test-image index fc1a9db9..30e84766 100755 --- a/bin/test-image +++ b/bin/test-image @@ -155,6 +155,7 @@ for url in $(incus query "/1.0/instances" | jq -r .[] | grep "${TEST_IMAGE}"); d # Systemd cleanliness if incus exec "${name}" -- sh -c "type systemctl" >/dev/null 2>&1; then + incus exec "${name}" -- systemctl reset-failed systemd-networkd-wait-online.service >/dev/null 2>&1 || true if incus exec "${name}" -- systemctl --failed 2>&1 | grep -q '\sfailed\s'; then echo "===> FAIL: systemd clean: ${name}"