From: Yu Watanabe Date: Sat, 27 Aug 2022 22:47:55 +0000 (+0900) Subject: test-network: add missing online check X-Git-Tag: v252-rc1~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2a55025bee9158d60dd37289c886020ddf202b;p=thirdparty%2Fsystemd.git test-network: add missing online check --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 1dddd863318..6e8c8e58eae 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -5091,7 +5091,7 @@ class NetworkdDHCPPDTests(unittest.TestCase, Utilities): # Test case for reconfigure networkctl_reconfigure('dummy98', 'dummy99') - self.wait_online(['dummy98:routable']) + self.wait_online(['dummy98:routable', 'dummy99:degraded']) print('### ip -6 address show dev dummy98 scope global') output = check_output('ip -6 address show dev dummy98 scope global')