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