Browse Source

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

JINMEI Tatuya 13 years ago
parent
commit
b5553ef764
1 changed files with 1 additions and 2 deletions
  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,