mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
nixos/vector: Update dnstap test to start network service
This commit is contained in:
parent
cc8c6c8ec5
commit
f243ea59d9
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ import ../make-test-python.nix (
|
|||
unbound.wait_for_file("${dnstapSocket}")
|
||||
unbound.succeed("test 770 -eq $(stat -c '%a' ${dnstapSocket})")
|
||||
|
||||
dnsclient.systemctl("start network-online.target")
|
||||
dnsclient.wait_for_unit("network-online.target")
|
||||
dnsclient.succeed(
|
||||
"dig @unbound test.local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue