nixos/tests: fix networking under network-online dep fix
This commit is contained in:
parent
deb9370b88
commit
cc63754f56
1 changed files with 3 additions and 0 deletions
|
@ -130,6 +130,7 @@ let
|
|||
start_all()
|
||||
|
||||
client.wait_for_unit("network.target")
|
||||
router.systemctl("start network-online.target")
|
||||
router.wait_for_unit("network-online.target")
|
||||
|
||||
with subtest("Make sure DHCP server is not started"):
|
||||
|
@ -222,6 +223,7 @@ let
|
|||
start_all()
|
||||
|
||||
client.wait_for_unit("network.target")
|
||||
router.systemctl("start network-online.target")
|
||||
router.wait_for_unit("network-online.target")
|
||||
|
||||
with subtest("Wait until we have an ip address on each interface"):
|
||||
|
@ -849,6 +851,7 @@ let
|
|||
|
||||
client.wait_for_unit("network.target")
|
||||
client_with_privacy.wait_for_unit("network.target")
|
||||
router.systemctl("start network-online.target")
|
||||
router.wait_for_unit("network-online.target")
|
||||
|
||||
with subtest("Wait until we have an ip address"):
|
||||
|
|
Loading…
Reference in a new issue