From: Matthijs Mekking Date: Mon, 6 Mar 2023 15:48:17 +0000 (+0100) Subject: Fix dnssec system test X-Git-Tag: v9.19.14~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab3bfd596052ecf8e632255792e8b1b0c88e8af;p=thirdparty%2Fbind9.git Fix dnssec system test The 'update-nsec3.example' requires to be DNSSEC maintained via dynamic update. Commit 03b22983cd20cec51ad8b9f25f2e7d0e472dc79c adds checks to make sure the raw zone is not signed. So the test case neesd to be updated to allow for DNSSEC maintenance. --- diff --git a/bin/tests/system/dnssec/ns3/named.conf.in b/bin/tests/system/dnssec/ns3/named.conf.in index afca54747de..fbcb8d865f5 100644 --- a/bin/tests/system/dnssec/ns3/named.conf.in +++ b/bin/tests/system/dnssec/ns3/named.conf.in @@ -209,6 +209,7 @@ zone "expired.example" { zone "update-nsec3.example" { type primary; + auto-dnssec maintain; allow-update { any; }; file "update-nsec3.example.db.signed"; };