]> granicus.if.org Git - pdns/commitdiff
add rhs @ expansion test
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 14 Dec 2015 11:01:15 +0000 (12:01 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 15 Dec 2015 17:29:05 +0000 (18:29 +0100)
regression-tests/tests/cname-to-apex/command [new file with mode: 0755]
regression-tests/tests/cname-to-apex/description [new file with mode: 0644]
regression-tests/tests/cname-to-apex/expected_result [new file with mode: 0644]
regression-tests/tests/nsec-wrong-type/expected_result
regression-tests/tests/nxdomain-below-nonempty-terminal/expected_result
regression-tests/tests/second-level-nxdomain/expected_result
regression-tests/zones/example.com

diff --git a/regression-tests/tests/cname-to-apex/command b/regression-tests/tests/cname-to-apex/command
new file mode 100755 (executable)
index 0000000..b945f95
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+cleandig rhs-at-expansion.example.com CNAME
\ No newline at end of file
diff --git a/regression-tests/tests/cname-to-apex/description b/regression-tests/tests/cname-to-apex/description
new file mode 100644 (file)
index 0000000..8ac6dcd
--- /dev/null
@@ -0,0 +1 @@
+Use CNAME to validate '@' expansion in RR contents.
\ No newline at end of file
diff --git a/regression-tests/tests/cname-to-apex/expected_result b/regression-tests/tests/cname-to-apex/expected_result
new file mode 100644 (file)
index 0000000..0186b5c
--- /dev/null
@@ -0,0 +1,3 @@
+0      rhs-at-expansion.example.com.   IN      CNAME   120     example.com.
+Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
+Reply to question for qname='rhs-at-expansion.example.com.', qtype=CNAME
index e438e9334461a6b007f344e9112782d48c0bb3fd..75ba6d03965007f527308d1a343b5b95373b389f 100644 (file)
@@ -1,6 +1,6 @@
 1      example.com.    IN      RRSIG   86400   SOA 8 2 100000 [expiry] [inception] [keytag] example.com. ...
 1      example.com.    IN      SOA     86400   ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400
-1      outpost.example.com.    IN      NSEC    86400   semi-external.example.com. A RRSIG NSEC
+1      outpost.example.com.    IN      NSEC    86400   rhs-at-expansion.example.com. A RRSIG NSEC
 1      outpost.example.com.    IN      RRSIG   86400   NSEC 8 3 86400 [expiry] [inception] [keytag] example.com. ...
 2      .       IN      OPT     32768   
 Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
index 440530b1f0dba2abb209e48826e53c4d98ccac9a..d53076e10b536b25c5a78db14dad86fe3252af52 100644 (file)
@@ -1,6 +1,6 @@
 1      example.com.    IN      RRSIG   86400   SOA 8 2 100000 [expiry] [inception] [keytag] example.com. ...
 1      example.com.    IN      SOA     86400   ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400
-1      outpost.example.com.    IN      NSEC    86400   semi-external.example.com. A RRSIG NSEC
+1      outpost.example.com.    IN      NSEC    86400   rhs-at-expansion.example.com. A RRSIG NSEC
 1      outpost.example.com.    IN      RRSIG   86400   NSEC 8 3 86400 [expiry] [inception] [keytag] example.com. ...
 2      .       IN      OPT     32768   
 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
index 2c7814a6c9ccc43de9a331ca0f6df7ee02a846c6..2c7a35c4da948d713d1b647580ce93e6d26328b3 100644 (file)
@@ -1,6 +1,6 @@
 1      example.com.    IN      RRSIG   86400   SOA 8 2 100000 [expiry] [inception] [keytag] example.com. ...
 1      example.com.    IN      SOA     86400   ns1.example.com. ahu.example.com. 2000081501 28800 7200 604800 86400
-1      outpost.example.com.    IN      NSEC    86400   semi-external.example.com. A RRSIG NSEC
+1      outpost.example.com.    IN      NSEC    86400   rhs-at-expansion.example.com. A RRSIG NSEC
 1      outpost.example.com.    IN      RRSIG   86400   NSEC 8 3 86400 [expiry] [inception] [keytag] example.com. ...
 2      .       IN      OPT     32768   
 Rcode: 3 (Non-Existent domain), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0
index 4e18d384905bd5185b6411afcb3f8fd75b2e381f..0600df3569c1e88becd31ed861f249e51db884f2 100644 (file)
@@ -20185,3 +20185,5 @@ double                  IN      A       192.168.5.1
 
 host-0          IN   EUI48      00-50-56-9b-00-e7
 host-1          IN   EUI64      00-50-56-9b-00-e7-7e-57
+;
+rhs-at-expansion       IN   CNAME      @
\ No newline at end of file