1 ; config options go here.
3 num-queries-per-thread: 2
6 forward-addr: 216.0.0.1
8 SCENARIO_BEGIN Sample of a valid query
10 ; query responses from authority servers.
13 MATCH opcode qtype qname
15 REPLY QR RD RA NOERROR
19 www.example.net. IN A 10.20.30.40
21 www.example.net. IN NS ns.example.net.
23 ns.example.net. IN A 10.20.30.50
34 STEP 2 CHECK_OUT_QUERY
36 MATCH qname qtype opcode
41 ; NO REPLY (this step is not needed)
52 ; reply from first query returns
55 MATCH opcode qtype qname
57 REPLY QR RD RA NOERROR
61 www.example.com. IN A 10.20.30.40
63 www.example.com. IN NS ns.example.com.
65 ns.example.com. IN A 10.20.30.50
70 MATCH opcode qname qtype
74 www.example.com. IN A 10.20.30.40
79 MATCH opcode qname qtype
83 www.example.net. IN A 10.20.30.40
87 ; testbound checks before exit:
88 ; * no more pending queries outstanding.
89 ; * and no answers that have not been checked.