summaryrefslogtreecommitdiffstats
path: root/modules/policy/test.integr/refuse.rpl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/policy/test.integr/refuse.rpl')
-rw-r--r--modules/policy/test.integr/refuse.rpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/policy/test.integr/refuse.rpl b/modules/policy/test.integr/refuse.rpl
new file mode 100644
index 0000000..ee8daa4
--- /dev/null
+++ b/modules/policy/test.integr/refuse.rpl
@@ -0,0 +1,25 @@
+; SPDX-License-Identifier: GPL-3.0-or-later
+; config options
+ stub-addr: 193.0.14.129 # K.ROOT-SERVERS.NET.
+CONFIG_END
+
+SCENARIO_BEGIN Test refuse policy
+
+STEP 10 QUERY
+ENTRY_BEGIN
+REPLY RD AD
+SECTION QUESTION
+www.refuse.example.com. IN A
+ENTRY_END
+
+STEP 20 CHECK_ANSWER
+ENTRY_BEGIN
+MATCH all answer
+; AD must not be set in the answer
+REPLY QR RD RA REFUSED
+SECTION QUESTION
+www.refuse.example.com. IN A
+SECTION ANSWER
+ENTRY_END
+
+SCENARIO_END