nixos/tests: fix zrepl under network-online dep fix
This commit is contained in:
parent
d51e4a6443
commit
062be41387
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ import ./make-test-python.nix (
|
||||||
start_all()
|
start_all()
|
||||||
|
|
||||||
with subtest("Wait for zrepl and network ready"):
|
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("network-online.target")
|
||||||
host.wait_for_unit("zrepl.service")
|
host.wait_for_unit("zrepl.service")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue