Skip to content

Commit 12a50a8

Browse files
authored
Merge pull request #1463 from kernelkit/fix-dhcp-client-test
test: dhcp: client_default_gw: Add longer timeout for test
2 parents 9014d7e + bae80ba commit 12a50a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
All notable changes to the project are documented in this file.
55

6-
[v26.03.0][] - 2026-03-30
6+
[v26.03.0][] - 2026-03-31
77
-------------------------
88

99
### Changes

test/case/dhcp/client_default_gw/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
client.put_config_dict("ietf-interfaces", config)
4343

4444
with test.step("Verify DHCP client has default route via 192.168.0.254"):
45-
until(lambda: route.ipv4_route_exist(client, "0.0.0.0/0", ROUTER))
45+
until(lambda: route.ipv4_route_exist(client, "0.0.0.0/0", ROUTER), attempts=30)
4646

4747
test.succeed()

0 commit comments

Comments
 (0)