test: dhcp: client_basic: Adapt to changes by yangerd

This commit is contained in:
Mattias Walström
2026-06-17 11:54:25 +02:00
parent 79cdab37f1
commit 4ff23a691f
+1 -1
View File
@@ -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()