Commit 9859a6ea authored by Sebastien Robin's avatar Sebastien Robin

testnode: kill processes having slapos_directory in command line

We randomly have unkilled firefox process remaining. Make sure
to kill them.
parent 9baa0c14
......@@ -247,6 +247,7 @@ shared = true
logger.debug('Testnode.cleanUp')
self.process_manager.killPreviousRun()
self.process_manager.killall(self.working_directory)
self.process_manager.killall(self.config['slapos_directory'])
self._cleanupLog()
self._cleanupTemporaryFiles()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment