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:
@@ -14,3 +14,4 @@ rm -f dig.out*
|
||||
rm -f ans4/norespond
|
||||
rm -f ns3/named.stats ns3/named_dump.db
|
||||
rm -f burst.input.*
|
||||
rm -f ns*/managed-keys.bind*
|
||||
|
||||
@@ -18,6 +18,7 @@ options {
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ options {
|
||||
listen-on { 10.53.0.2; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ options {
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
notify yes;
|
||||
fetches-per-server 400;
|
||||
};
|
||||
|
||||
@@ -19,6 +19,7 @@ options {
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
notify yes;
|
||||
fetches-per-zone 40;
|
||||
};
|
||||
|
||||
@@ -19,6 +19,7 @@ options {
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation yes;
|
||||
notify yes;
|
||||
recursive-clients 400;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user