Skip to content
Snippets Groups Projects
Commit c9b844a7 authored by cody burkard's avatar cody burkard
Browse files

added controller.stop() back in

parent 604ad455
No related branches found
No related tags found
No related merge requests found
......@@ -1269,6 +1269,11 @@ def start( self ):
' 1>' + cout + ' 2>' + cout + '&' )
self.execed = False
def stop( self ):
"Stop controller."
self.cmd( 'kill %' + self.command )
self.terminate()
def IP( self, intf=None ):
"Return IP address of the Controller"
if self.intfs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment