mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixosTests.netbird: fix after module update
This commit is contained in:
parent
af30a2e83a
commit
83591dbbe5
@ -14,7 +14,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
|
|||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
start_all()
|
start_all()
|
||||||
node.wait_for_unit("netbird.service")
|
node.wait_for_unit("netbird-wt0.service")
|
||||||
node.wait_for_file("/var/run/netbird/sock")
|
node.wait_for_file("/var/run/netbird/sock")
|
||||||
node.succeed("netbird status | grep -q 'Daemon status: NeedsLogin'")
|
node.succeed("netbird status | grep -q 'Daemon status: NeedsLogin'")
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user