From: Peter van Dijk Date: Fri, 4 Sep 2020 08:02:07 +0000 (+0200) Subject: auth testing: disable unbound's trust anchor signaling X-Git-Tag: rec-4.5.0-alpha1~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9443%2Fhead;p=thirdparty%2Fpdns.git 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. --- 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