Skip to content
Snippets Groups Projects
Commit e37a31e7 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

func-tests: yet another query test tuning

parent 8b1065bc
No related branches found
No related tags found
No related merge requests found
......@@ -35,11 +35,6 @@ resp = knot.dig("dns1.flags", "A", udp=True)
resp.check(rcode="NOERROR")
resp.cmp(bind)
# Positive (DATA)
resp = knot.dig("dns1.flags", "A", udp=True)
resp.check(rcode="NOERROR")
resp.cmp(bind)
# Positive (NODATA)
resp = knot.dig("dns1.flags", "TXT", udp=True)
resp.check(rcode="NOERROR")
......@@ -192,6 +187,7 @@ resp.cmp(bind)
# Negative (case preservation in question)
resp = knot.dig("ANOTHER.world", "SOA", udp=True)
resp.check(rcode="REFUSED")
resp.cmp(bind)
# Positive (varied name in zone)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment