]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-network: increase wait_online timeout to handle longer dhcpv4 transient timeout 17908/head
authorDan Streetman <ddstreet@canonical.com>
Wed, 9 Dec 2020 20:24:09 +0000 (15:24 -0500)
committerDan Streetman <ddstreet@canonical.com>
Mon, 14 Dec 2020 23:19:32 +0000 (18:19 -0500)
commitb226c15cfb993dc6e00ae6180bb287fc4dd93acd
treeac09c67182deadb6ca60e5707777cf75fad2155d
parentf3808b872f78b3224ecd0517f96f18a353bfba79
test-network: increase wait_online timeout to handle longer dhcpv4 transient timeout

Previous commits changed the dhcpv4 retransmission algorithm to be
slightly slower, changing the amount of time it takes to notify
systemd-networkd that the dhcpv4 configuration has (transiently)
failed from around 14 second up to 28 seconds.

Since the test_dhcp_client_with_ipv4ll_without_dhcp_server test
configures an interface to use dhcpv4 without any operating dhcpv4
server running, it must increase the amount of time it waits for
the test interface to reach degraded state.
test/test-network/systemd-networkd-tests.py