From: Peter van Dijk Date: Tue, 2 Oct 2018 10:42:30 +0000 (+0200) Subject: clarify testing zone names X-Git-Tag: dnsdist-1.3.3~75^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d17b7bc671073e5f3b1ac64df35f8a19e8a1bb0;p=thirdparty%2Fpdns.git clarify testing zone names --- diff --git a/regression-tests.ixfrdist/test_IXFR.py b/regression-tests.ixfrdist/test_IXFR.py index 217259583c..bc97f1bdca 100644 --- a/regression-tests.ixfrdist/test_IXFR.py +++ b/regression-tests.ixfrdist/test_IXFR.py @@ -35,9 +35,10 @@ class IXFRDistBasicTest(IXFRDistTest): global xfrServerPort _xfrDone = 0 - _config_domains = { 'example': '127.0.0.1:' + str(xfrServerPort), - 'example2': '127.0.0.1:1', # bogus port is intentional - 'example4': '127.0.0.1:' + str(xfrServerPort) } + _config_domains = { 'example': '127.0.0.1:' + str(xfrServerPort), # zone for actual XFR testing + 'example2': '127.0.0.1:1', # bogus port is intentional - zone is intentionally unloadable + # example3 # intentionally absent for 'unconfigured zone' testing + 'example4': '127.0.0.1:' + str(xfrServerPort) } # for testing how ixfrdist deals with getting the wrong zone on XFR @classmethod def setUpClass(cls):