diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-11-06 09:57:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-06 09:57:56 +0100 |
commit | df69f29728f8324075951060217e7821a793fcb4 (patch) | |
tree | a3260bfb5b396eb9d6cdb63362b8743b5d4fe6c9 /test | |
parent | UKI: Introduce `.dtbauto` sections (#34855) (diff) | |
parent | network: introduce LINK_RECONFIGURE_CLEANLY flag (diff) | |
download | systemd-df69f29728f8324075951060217e7821a793fcb4.tar.xz systemd-df69f29728f8324075951060217e7821a793fcb4.zip |
network: reconfigure interface more gracefully (#35035)
split-out of #34989.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-network/systemd-networkd-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 61a4933d65..c7d75d8a67 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -6704,6 +6704,7 @@ class NetworkdDHCPClientTests(unittest.TestCase, Utilities): '--dhcp-option=option6:ntp-server,[2600::ff]') networkctl_reload() + networkctl_reconfigure('veth99') # Release previously acquired lease and start new DHCPv6 handshake. self.wait_online('veth99:routable', 'veth-peer:routable') # checking address |