]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Rename a few confdirs so printlog.py has a chance
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 14 Aug 2024 12:32:27 +0000 (14:32 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 14 Aug 2024 12:32:27 +0000 (14:32 +0200)
regression-tests.recursor-dnssec/test_RecDnstap.py

index d84d6bccc78f06acfa22091269b86db9cdc8f035..6e50f9ff888ccc6b47e53f1dd31b2a8d8af1ffbe 100644 (file)
@@ -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