diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-19 12:20:55 +0100 |
---|---|---|
committer | Petr Špaček <petr.spacek@nic.cz> | 2019-04-04 14:18:58 +0200 |
commit | 8abc490f6fe6d226ea0aaa5ad5accab6d620b587 (patch) | |
tree | b6d7e5d07600d270f54a94424a65dc9350bb5b26 /tests/pytests | |
parent | trust_anchors: make sure to stop tracking managed key when overriding it (diff) | |
download | knot-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.j2 | 2 |
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") |