|
@@ -331,6 +331,28 @@ Feature: Querying feature
|
|
| qryreferral | 1 |
|
|
| qryreferral | 1 |
|
|
| rcode.noerror | 1 |
|
|
| rcode.noerror | 1 |
|
|
|
|
|
|
|
|
+ Scenario: RRSIG query
|
|
|
|
+ # Directly querying for RRSIGs should result in rcode=REFUSED.
|
|
|
|
+ Given I have bind10 running with configuration nsec3/nsec3_auth.config
|
|
|
|
+ And wait for bind10 stderr message BIND10_STARTED_CC
|
|
|
|
+ And wait for bind10 stderr message CMDCTL_STARTED
|
|
|
|
+ And wait for bind10 stderr message AUTH_SERVER_STARTED
|
|
|
|
+
|
|
|
|
+ bind10 module Auth should be running
|
|
|
|
+ And bind10 module Resolver should not be running
|
|
|
|
+ And bind10 module Xfrout should not be running
|
|
|
|
+ And bind10 module Zonemgr should not be running
|
|
|
|
+ And bind10 module Xfrin should not be running
|
|
|
|
+ And bind10 module Stats should not be running
|
|
|
|
+ And bind10 module StatsHttpd should not be running
|
|
|
|
+
|
|
|
|
+ A dnssec query for example. type RRSIG should have rcode REFUSED
|
|
|
|
+ The last query response should have flags qr aa
|
|
|
|
+ The last query response should have edns_flags do
|
|
|
|
+ The last query response should have ancount 0
|
|
|
|
+ The last query response should have nscount 0
|
|
|
|
+ The last query response should have adcount 1
|
|
|
|
+
|
|
Scenario: SSHFP query
|
|
Scenario: SSHFP query
|
|
# We are testing one more RR type for a normal successful case
|
|
# We are testing one more RR type for a normal successful case
|
|
Given I have bind10 running with configuration example.org.inmem.config
|
|
Given I have bind10 running with configuration example.org.inmem.config
|