update system tests so validation won't fail when using IANA key
- all tests with "recursion yes" now also specify "dnssec-validation yes", and all tests with "recursion no" also specify "dnssec-validation no". this must be maintained in all new tests, or else validation will fail when we use local root zones for testing. - clean.sh has been modified where necessary to remove managed-keys.bind and viewname.mkeys files.
This commit is contained in:
@@ -34,3 +34,4 @@ rm -f resolve.out.*.test*
|
||||
rm -f .digrc
|
||||
rm -f ns*/named.lock
|
||||
rm -f ns5/trusted.conf
|
||||
rm -f ns*/managed-keys.bind* ns*/*.mkeys*
|
||||
|
||||
@@ -18,6 +18,7 @@ options {
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; }
|
||||
except-from { "example.org"; };
|
||||
deny-answer-aliases { "example.org"; }
|
||||
|
||||
@@ -20,7 +20,7 @@ options {
|
||||
listen-on { 10.53.0.4; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
// minimal-responses yes;
|
||||
dnssec-validation no;
|
||||
/* test that named loads with root-delegation-only */
|
||||
root-delegation-only;
|
||||
};
|
||||
|
||||
@@ -20,6 +20,7 @@ options {
|
||||
listen-on { 10.53.0.5; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
querylog yes;
|
||||
};
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ options {
|
||||
listen-on { 10.53.0.6; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
// minimal-responses yes;
|
||||
dnssec-validation no;
|
||||
querylog yes;
|
||||
/*
|
||||
* test that named loads with root-delegation-only that
|
||||
|
||||
@@ -20,6 +20,7 @@ options {
|
||||
listen-on { 10.53.0.7; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
empty-zones-enable yes;
|
||||
disable-empty-zone 20.172.in-addr.arpa;
|
||||
/*
|
||||
|
||||
@@ -20,6 +20,7 @@ options {
|
||||
listen-on { 10.53.0.7; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
empty-zones-enable yes;
|
||||
disable-empty-zone 20.172.in-addr.arpa;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user