Parcourir la source

[1288] cleanup: removed xfrout from the configured processes in MockBob.start_simple()
to be consistent with the boss class.

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

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

@@ -274,8 +274,7 @@ class MockBob(BoB):
         return procinfo
 
     def start_simple(self, name):
-        procmap = { 'b10-xfrout': self.start_xfrout,
-                    'b10-zonemgr': self.start_zonemgr,
+        procmap = { 'b10-zonemgr': self.start_zonemgr,
                     'b10-stats': self.start_stats,
                     'b10-stats-httpd': self.start_stats_httpd,
                     'b10-cmdctl': self.start_cmdctl,