Merge "tests: disable process monitor before managers"

This commit is contained in:
Jenkins 2015-09-08 13:29:59 +00:00 committed by Gerrit Code Review
commit 9ab478f250
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class BaseTestProcessMonitor(base.BaseTestCase):
exception=RuntimeError('Not all children respawned.'))
def cleanup_spawned_children(self):
self._process_monitor.stop()
for pm in self._child_processes:
pm.disable()