about summary refs log tree commit diff
path: root/nixos/tests/zrepl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/zrepl.nix')
-rw-r--r--nixos/tests/zrepl.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/zrepl.nix b/nixos/tests/zrepl.nix
index b16c7eddc7aec..bdf11122c73f6 100644
--- a/nixos/tests/zrepl.nix
+++ b/nixos/tests/zrepl.nix
@@ -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")