summaryrefslogtreecommitdiff
path: root/test/test-network/systemd-networkd-tests.py
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-08-28 07:47:55 +0900
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-08-28 08:07:25 +0000
commit8d2a55025bee9158d60dd37289c886020ddf202b (patch)
tree73e6baf1bd083a3a6f8681d886832db2c4aa8198 /test/test-network/systemd-networkd-tests.py
parent53c8590f8d811dc9dc985e849de7d9a1fd4413ff (diff)
downloadsystemd-8d2a55025bee9158d60dd37289c886020ddf202b.tar.gz
test-network: add missing online check
Diffstat (limited to 'test/test-network/systemd-networkd-tests.py')
-rwxr-xr-xtest/test-network/systemd-networkd-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py
index 1dddd86331..6e8c8e58ea 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')