1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

rfc3046 implementation

This commit is contained in:
Yegor Alexeyev
2021-04-21 06:51:07 +03:00
committed by Yu Watanabe
parent ebf940e1e9
commit 11c38d3e51
16 changed files with 321 additions and 47 deletions

View File

@@ -3719,7 +3719,6 @@ class NetworkdDHCPServerRelayAgentTests(unittest.TestCase, Utilities):
copy_unit_to_networkd_unit_path(*self.units)
start_networkd()
#Test is disabled until BindToInterface DHCP server configuration option is supported
self.wait_online(['client:routable'])
output = check_output(*networkctl_cmd, '-n', '0', 'status', 'client', env=env)