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

tests-extra: Disabled TSIG in restart tests.

 - TSIG keys are not the same after restart.
parent 912091bd
No related branches found
No related tags found
1 merge request!266Ddns tsig
......@@ -21,7 +21,7 @@ def check_axfr(server, zone):
# Compare AXFRs
t.axfr_diff_resp(axfr_pre, axfr_post, server, server, zone[0])
t = Test()
t = Test(tsig=False)
master = t.server("knot")
slave = t.server("knot")
......
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