mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
test: dhcp: client_default_gw: Add longer timeout for test
This fix #1461
This commit is contained in:
@@ -42,6 +42,6 @@ with infamy.Test() as test:
|
||||
client.put_config_dict("ietf-interfaces", config)
|
||||
|
||||
with test.step("Verify DHCP client has default route via 192.168.0.254"):
|
||||
until(lambda: route.ipv4_route_exist(client, "0.0.0.0/0", ROUTER))
|
||||
until(lambda: route.ipv4_route_exist(client, "0.0.0.0/0", ROUTER), attempts=30)
|
||||
|
||||
test.succeed()
|
||||
|
||||
Reference in New Issue
Block a user