]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: start dhcpd after address is assigned 21630/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 00:04:52 +0000 (09:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Dec 2021 10:18:55 +0000 (19:18 +0900)
test/test-network/systemd-networkd-tests.py

index 3d25704832e70f1500967d7a0840aac9de498a18..0e0e6987d74838edadb83f1cb1e78619c6b839b6 100755 (executable)
@@ -5047,9 +5047,9 @@ class NetworkdDHCP6PDTests(unittest.TestCase, Utilities):
                                         '13-dummy.netdev', 'dhcp6pd-downstream-dummy99.network')
 
         start_networkd()
-        self.wait_online(['veth-peer:carrier'])
+        self.wait_online(['veth-peer:routable'])
         start_isc_dhcpd('veth-peer', 'isc-dhcpd-dhcp6pd.conf', ip='-6')
-        self.wait_online(['veth-peer:routable', 'veth99:routable', 'test1:routable', 'dummy98:routable', 'dummy99:degraded',
+        self.wait_online(['veth99:routable', 'test1:routable', 'dummy98:routable', 'dummy99:degraded',
                           'veth97:routable', 'veth97-peer:routable', 'veth98:routable', 'veth98-peer:routable'])
 
         print('### ip -6 address show dev veth-peer scope global')