nixosTests.netbird: fix after module update
This commit is contained in:
parent
af30a2e83a
commit
83591dbbe5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue