mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
test-network: add missing online check
This commit is contained in:
committed by
Frantisek Sumsal
parent
53c8590f8d
commit
8d2a55025b
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user