From: Otto Moerbeek Date: Wed, 28 May 2025 12:23:02 +0000 (+0200) Subject: Fix test names X-Git-Tag: rec-5.1.6^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ea9b2af99532e2d6e3d2e13efbea22e58894259;p=thirdparty%2Fpdns.git Fix test names --- diff --git a/regression-tests.recursor-dnssec/test_ECS.py b/regression-tests.recursor-dnssec/test_ECS.py index 7f9b15ed59..c21e8b6fc4 100644 --- a/regression-tests.recursor-dnssec/test_ECS.py +++ b/regression-tests.recursor-dnssec/test_ECS.py @@ -118,7 +118,7 @@ ecs-add-for=0.0.0.0/0 def tearDownClass(cls): cls.tearDownRecursor() -class testNoECS(ECSTest): +class NoECSTest(ECSTest): _confdir = 'NoECS' _config_template = """edns-subnet-allow-list= @@ -363,7 +363,7 @@ forward-zones=ecs-echo.example=%s.21 query = dns.message.make_query(nameECS, 'TXT', 'IN', use_edns=True, options=[ecso], payload=512) self.sendECSQuery(query, expected) -class testECSByNameLarger(ECSTest): +class ECSByNameLargerTest(ECSTest): _confdir = 'ECSByNameLarger' _config_template = """edns-subnet-allow-list=ecs-echo.example. @@ -590,7 +590,7 @@ ecs-ipv6-cache-bits=128 """ % (os.environ['PREFIX']) @unittest.skipIf(not have_ipv6(), "No IPv6") -class testIncomingECSByNameV6(ECSTest): +class IncomingECSByNameV6Test(ECSTest): _confdir = 'ECSIncomingByNameV6' _config_template = """edns-subnet-allow-list=ecs-echo.example. @@ -856,7 +856,7 @@ dnssec=validate @classmethod def generateRecursorConfig(cls, confdir): - super(testTooLargeToAddZeroScope, cls).generateRecursorConfig(confdir) + super(TooLargeToAddZeroScopeTest, cls).generateRecursorConfig(confdir) def testTooLarge(self): qname = 'toolarge.ecs.'