-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test oracles due to behaviour change.
- Loading branch information
1 parent
d83d2c2
commit 32f3173
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
0 nxd.example.com. 120 IN CNAME nxdomain.example.com. | ||
0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... | ||
0 nxd.example.com. 86400 IN NSEC outpost.example.com. CNAME RRSIG NSEC | ||
0 nxd.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... | ||
2 . 32768 IN OPT | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='nxd.example.com.', qtype=ANY |
2 changes: 2 additions & 0 deletions
2
regression-tests/tests/cname-to-unauth-any/expected_result.dnssec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
0 unauth.example.com. 120 IN CNAME no-idea.example.org. | ||
0 unauth.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... | ||
0 unauth.example.com. 86400 IN NSEC usa.example.com. CNAME RRSIG NSEC | ||
0 unauth.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... | ||
2 . 32768 IN OPT | ||
Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 | ||
Reply to question for qname='unauth.example.com.', qtype=ANY |