mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nixos/tests: fix ssh-audit under network-online dep fix
This commit is contained in:
parent
e7451cacf9
commit
1323e3115d
@ -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 New Issue
Block a user