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

Method isAvailable

mininet/node.py:1490–1492  ·  view source on GitHub ↗

Is controller available?

( cls )

Source from the content-addressed store, hash-verified

1488
1489 @classmethod
1490 def isAvailable( cls ):
1491 "Is controller available?"
1492 return which( 'controller' )
1493
1494
1495class OVSController( Controller ):

Callers 1

findControllerFunction · 0.45

Calls 1

whichFunction · 0.90

Tested by

no test coverage detected