Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b5553ef7
Commit
b5553ef7
authored
Nov 14, 2011
by
JINMEI Tatuya
Browse files
[1288] cleanup: removed xfrout from the configured processes in MockBob.start_simple()
to be consistent with the boss class.
parent
bdde86c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bind10/tests/bind10_test.py.in
View file @
b5553ef7
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment