nixos/tests: fix ssh-audit under network-online dep fix
This commit is contained in:
parent
e7451cacf9
commit
1323e3115d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ import ./make-test-python.nix (
|
|||
${serverName}.succeed("${pkgs.ssh-audit}/bin/ssh-audit 127.0.0.1")
|
||||
|
||||
# Wait for client to be able to connect to the server
|
||||
${clientName}.systemctl("start network-online.target")
|
||||
${clientName}.wait_for_unit("network-online.target")
|
||||
|
||||
# Set up trusted private key
|
||||
|
|
Loading…
Reference in a new issue