Skip to content
Snippets Groups Projects
Commit 86189ff2 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

tests-extra: Disable DNSSEC in zone/restart

parent 44728351
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ master = t.server("knot")
slave = t.server("knot")
# Zone setup
zone = t.zone_rnd(1)
zone = t.zone_rnd(1, dnssec=False)
t.link(zone, master, slave, ixfr = True, ddns=True)
# Turn automatic DNSSEC on
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment