summaryrefslogtreecommitdiffstats
path: root/tests/pytests
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2019-03-19 12:20:55 +0100
committerPetr Špaček <petr.spacek@nic.cz>2019-04-04 14:18:58 +0200
commit8abc490f6fe6d226ea0aaa5ad5accab6d620b587 (patch)
treeb6d7e5d07600d270f54a94424a65dc9350bb5b26 /tests/pytests
parenttrust_anchors: make sure to stop tracking managed key when overriding it (diff)
downloadknot-resolver-8abc490f6fe6d226ea0aaa5ad5accab6d620b587.tar.xz
knot-resolver-8abc490f6fe6d226ea0aaa5ad5accab6d620b587.zip
trust_anchors: always load keyfile_default
Diffstat (limited to 'tests/pytests')
-rw-r--r--tests/pytests/templates/kresd.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2
index 6e16b107..72f0ee1a 100644
--- a/tests/pytests/templates/kresd.conf.j2
+++ b/tests/pytests/templates/kresd.conf.j2
@@ -43,7 +43,7 @@ policy.add(policy.suffix(policy.PASS, {todname('test.')}))
{% endif %}
-- make sure DNSSEC is turned off for tests
-trust_anchors.keyfile_default = nil
+trust_anchors.remove('.')
modules.unload("ta_update")
modules.unload("ta_signal_query")
modules.unload("priming")