Parcourir la source

[1288] fix a crash due to failing start of xfrout in tests.

JINMEI Tatuya il y a 13 ans
Parent
commit
8a5b3e3b46
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/bind10/tests/bind10_test.py.in

+ 1 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -474,7 +474,7 @@ class TestStartStopProcessesBob(unittest.TestCase):
         if start_auth:
             config['b10-auth'] = { 'kind': 'needed', 'special': 'auth' }
             config['b10-xfrout'] = { 'kind': 'dispensable',
-                                     'address': 'Xfrout' }
+                                     'special': 'xfrout' }
             config['b10-xfrin'] = { 'kind': 'dispensable', 'special': 'xfrin' }
             config['b10-zonemgr'] = { 'kind': 'dispensable',
                                       'address': 'Zonemgr' }