nixos/tests: manualy start networkd-wait-online

Fix some tests that broke after 2370696d.
This commit is contained in:
rnhmjoj
2024-12-31 09:37:23 +01:00
parent 6ba05144a0
commit 3f7a10dc74
5 changed files with 10 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ import ./make-test-python.nix (
start_all()
for n in network_nodes + network_switches:
n.systemctl("start systemd-networkd-wait-online.service")
n.wait_for_unit("systemd-networkd-wait-online.service")
node1.succeed("ping 10.0.0.2 -w 10 -c 1")