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

This commit is contained in:
Jade Lovelace
2024-01-18 16:28:41 -08:00
parent d51e4a6443
commit 062be41387
+1
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")