]> granicus.if.org Git - pdns/commitdiff
add a wildcard test for the built-in recursor auth server
authorbert hubert <bert.hubert@netherlabs.nl>
Sat, 3 Oct 2015 05:18:30 +0000 (07:18 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sat, 3 Oct 2015 05:20:22 +0000 (07:20 +0200)
regression-tests.recursor/auth-zones/command
regression-tests.recursor/auth-zones/expected_result
regression-tests.recursor/config.sh

index 8b1819d1c7af209fed7632305e940c9de4b3e7a3..008afd506784d1328966ef2aaa8ff6be90a8bf94 100755 (executable)
@@ -2,3 +2,4 @@ cleandig host1.auth-zone.example.net. A | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]
 cleandig host1.auth-zone.example.net. AAAA | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/'
 cleandig host2.auth-zone.example.net. A | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/'
 cleandig host3.auth-zone.example.net. A | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/'
+cleandig you-are.wild.example.net. TXT | sed 's/\(.*\tIN\t[A-Z0-9]\+\t\)\([0-9]\+\)/\13600/'
index 3534b98a0d97bc7bf00650c561cddafbbdb024d6..3a9144ab1690afd08c147dd6e70bbe17ee0d9f13 100644 (file)
@@ -12,3 +12,6 @@ Reply to question for qname='host2.auth-zone.example.net.', qtype=A
 0      host3.auth-zone.example.net.    IN      CNAME   3600    host1.not-auth-zone.example.net.
 Rcode: 0, RD: 1, QR: 1, TC: 0, AA: 0, opcode: 0
 Reply to question for qname='host3.auth-zone.example.net.', qtype=A
+0      you-are.wild.example.net.       IN      TXT     3600    "Hi there!"
+Rcode: 0, RD: 1, QR: 1, TC: 0, AA: 0, opcode: 0
+Reply to question for qname='you-are.wild.example.net.', qtype=TXT
index f47b92393511157df541ea151219d8f63e3bb47f..3e5b72d65551ee67dd7f2a94f9f8e7ccba0ddf6c 100755 (executable)
@@ -90,6 +90,7 @@ box.answer-cname-in-local.example.net. 3600 IN NS ns.answer-cname-in-local.examp
 ns.answer-cname-in-local.example.net. 3600 IN A  $PREFIX.22
 not-auth-zone.example.net. 3600 IN NS ns.not-auth-zone.example.net.
 ns.not-auth-zone.example.net. 3600 IN A $PREFIX.23
+*.wild.example.net.    3600 IN TXT "Hi there!"
 EOF
 
 mkdir $PREFIX.11