From: Otto Moerbeek Date: Wed, 14 Aug 2024 12:32:27 +0000 (+0200) Subject: Rename a few confdirs so printlog.py has a chance X-Git-Tag: rec-5.2.0-alpha1~125^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee7fc1be1db304787e41cfe63ec1f6a759869747;p=thirdparty%2Fpdns.git Rename a few confdirs so printlog.py has a chance --- diff --git a/regression-tests.recursor-dnssec/test_RecDnstap.py b/regression-tests.recursor-dnssec/test_RecDnstap.py index d84d6bccc7..6e50f9ff88 100644 --- a/regression-tests.recursor-dnssec/test_RecDnstap.py +++ b/regression-tests.recursor-dnssec/test_RecDnstap.py @@ -341,7 +341,7 @@ class DNSTapLogNODTest(TestRecursorDNSTap): that the recursor at least connects to the DNSTap server. """ - _confdir = 'DNSTapLogNODQueries' + _confdir = 'DNSTapLogNOD' _config_template = """ new-domain-tracking=yes new-domain-history-dir=configs/%s/nod @@ -385,7 +385,7 @@ dnstapNODFrameStreamServer({"%s"}) class DNSTapLogUDRTest(TestRecursorDNSTap): - _confdir = 'DNSTapLogUDRResponses' + _confdir = 'DNSTapLogUDR' _config_template = """ new-domain-tracking=yes new-domain-history-dir=configs/%s/nod @@ -429,7 +429,7 @@ dnstapNODFrameStreamServer({"%s"}, {logNODs=false, logUDRs=true}) class DNSTapLogNODUDRTest(TestRecursorDNSTap): - _confdir = 'DNSTapLogNODUDRs' + _confdir = 'DNSTapLogNODUDR' _config_template = """ new-domain-tracking=yes new-domain-history-dir=configs/%s/nod