3990. [testing] Add tests for unknown DNSSEC algorithm handling.

[RT #37541]
This commit is contained in:
Mark Andrews
2014-10-30 11:05:26 +11:00
parent eb5243365c
commit a5c7cfbac4
9 changed files with 195 additions and 3 deletions

View File

@@ -155,6 +155,17 @@ zone "optout-unknown.example" {
file "optout-unknown.example.db.signed";
};
zone "dnskey-unknown.example" {
type master;
file "dnskey-unknown.example.db.signed";
};
zone "dnskey-nsec3-unknown.example" {
type master;
nsec3-test-zone yes;
file "dnskey-nsec3-unknown.example.db.signed";
};
zone "multiple.example" {
type master;
file "multiple.example.db.signed";