diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-13 12:51:14 +0100 |
---|---|---|
committer | Petr Špaček <petr.spacek@nic.cz> | 2019-04-04 14:18:56 +0200 |
commit | 1651125a96f2faf475cd651a3004c35654ac0c6a (patch) | |
tree | bc3b7180e3404d7126ea6e9f59111cd6e345e791 /tests/pytests | |
parent | lua/trust_anchors: use tabs everywhere (diff) | |
download | knot-resolver-1651125a96f2faf475cd651a3004c35654ac0c6a.tar.xz knot-resolver-1651125a96f2faf475cd651a3004c35654ac0c6a.zip |
tests/integration: update kresd config for deckard
Diffstat (limited to 'tests/pytests')
-rw-r--r-- | tests/pytests/templates/kresd.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 141f4389..6e16b107 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -44,6 +44,7 @@ policy.add(policy.suffix(policy.PASS, {todname('test.')})) -- make sure DNSSEC is turned off for tests trust_anchors.keyfile_default = nil +modules.unload("ta_update") modules.unload("ta_signal_query") modules.unload("priming") modules.unload("detect_time_skew") |