MCPcopy Create free account
hub / github.com/mininet/mininet / stop

Method stop

mininet/node.py:1469–1473  ·  view source on GitHub ↗

Stop controller.

( self, *args, **kwargs )

Source from the content-addressed store, hash-verified

1467
1468 # pylint: disable=arguments-differ,signature-differs
1469 def stop( self, *args, **kwargs ):
1470 "Stop controller."
1471 self.cmd( 'kill %' + self.command )
1472 self.cmd( 'wait %' + self.command )
1473 super( Controller, self ).stop( *args, **kwargs )
1474
1475 def IP( self, intf=None ):
1476 "Return IP address of the Controller"

Callers

nothing calls this directly

Calls 2

cmdMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected