From 00b06e3f72b09dd4eb767b59816624a654854f57 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 4 Sep 2020 10:02:07 +0200 Subject: [PATCH] auth testing: disable unbound's trust anchor signaling unbound-host fires off the _ta query and does not wait for the answer. This means that the response sometimes ends up with sdig, which was not expecting it, breaking tests. --- regression-tests/tests/00dnssec-grabkeys/command | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests/tests/00dnssec-grabkeys/command b/regression-tests/tests/00dnssec-grabkeys/command index a6ac2abb2a..b395fe3b24 100755 --- a/regression-tests/tests/00dnssec-grabkeys/command +++ b/regression-tests/tests/00dnssec-grabkeys/command @@ -21,6 +21,7 @@ done echo "server:" >> unbound-host.conf echo " do-not-query-address: 192.168.0.0/16" >> unbound-host.conf echo ' trust-anchor-file: "trustedkeys"' >> unbound-host.conf +echo ' trust-anchor-signaling: no' >> unbound-host.conf #if [ -e trustedkeys ] #then -- 2.47.2