From 7d17b7bc671073e5f3b1ac64df35f8a19e8a1bb0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Oct 2018 12:42:30 +0200 Subject: [PATCH] clarify testing zone names --- regression-tests.ixfrdist/test_IXFR.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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): -- 2.47.2