nixos/tests: fix zrepl under network-online dep fix

This commit is contained in:
Jade Lovelace 2023-10-03 00:27:26 -07:00
parent d51e4a6443
commit 062be41387

View File

@ -42,6 +42,7 @@ import ./make-test-python.nix (
start_all()
with subtest("Wait for zrepl and network ready"):
host.systemctl("start network-online.target")
host.wait_for_unit("network-online.target")
host.wait_for_unit("zrepl.service")