mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test-network: add tests for IPv4ACD and renewing DHCP address
This commit is contained in:
@@ -10,6 +10,7 @@ DHCPPrefixDelegation=yes
|
||||
|
||||
[DHCPv4]
|
||||
Use6RD=yes
|
||||
SendDecline=yes
|
||||
|
||||
[DHCPPrefixDelegation]
|
||||
UplinkInterface=:self
|
||||
|
||||
@@ -5289,7 +5289,7 @@ class NetworkdDHCPPDTests(unittest.TestCase, Utilities):
|
||||
|
||||
self.verify_dhcp4_6rd(tunnel_name)
|
||||
|
||||
print('Wait for the DHCP lease to be expired')
|
||||
print('Wait for the DHCP lease to be renewed/rebind')
|
||||
time.sleep(120)
|
||||
|
||||
self.wait_online(['veth99:routable', 'test1:routable', 'dummy97:routable', 'dummy98:routable', 'dummy99:degraded',
|
||||
|
||||
Reference in New Issue
Block a user