nixos/vector: Update dnstap test to start network service

This commit is contained in:
Jonathan Davies 2025-05-20 20:32:16 +00:00
parent cc8c6c8ec5
commit f243ea59d9
No known key found for this signature in database

View file

@ -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"