From f243ea59d9e4711a90df773f6e4da1ff49bc02a4 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Tue, 20 May 2025 20:32:16 +0000 Subject: [PATCH] nixos/vector: Update dnstap test to start network service --- nixos/tests/vector/dnstap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/vector/dnstap.nix b/nixos/tests/vector/dnstap.nix index 935ea757e107..ec20ce1f6a1d 100644 --- a/nixos/tests/vector/dnstap.nix +++ b/nixos/tests/vector/dnstap.nix @@ -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"