mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
test: dhcp: client_basic: Adapt to changes by yangerd
This commit is contained in:
@@ -36,6 +36,6 @@ with infamy.Test() as test:
|
||||
client.put_config_dicts({"ietf-interfaces": config})
|
||||
|
||||
with test.step("Verify client lease for 10.0.0.42"):
|
||||
until(lambda: iface.address_exist(client, port, ADDRESS))
|
||||
until(lambda: iface.address_exist(client, port, ADDRESS), attempts=60)
|
||||
|
||||
test.succeed()
|
||||
|
||||
Reference in New Issue
Block a user