From 5b4f4dfe4fac529acf3291e02ec3f77559decbc2 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 24 Jul 2019 12:20:24 +0200 Subject: [PATCH] modules/stats: adjust test --- modules/stats/test.integr/kresd_config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/stats/test.integr/kresd_config.j2 b/modules/stats/test.integr/kresd_config.j2 index 56c56e6c4..97d99b251 100644 --- a/modules/stats/test.integr/kresd_config.j2 +++ b/modules/stats/test.integr/kresd_config.j2 @@ -54,6 +54,9 @@ policy.add(policy.all(FWD_TARGET)) -- avoid iteration -- make sure DNSSEC is turned off for tests trust_anchors.remove('.') +-- Enable queries without RD bit +pcall(modules.unload, 'refuse_nord') + -- Disable RFC5011 TA update if ta_update then modules.unload('ta_update') -- 2.47.2