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

Method isAvailable

mininet/node.py:1503–1506  ·  view source on GitHub ↗
( cls )

Source from the content-addressed store, hash-verified

1501
1502 @classmethod
1503 def isAvailable( cls ):
1504 return (which( 'ovs-controller' ) or
1505 which( 'test-controller' ) or
1506 which( 'ovs-testcontroller' ))
1507
1508class NOX( Controller ):
1509 "Controller to run a NOX application."

Callers 1

__init__Method · 0.95

Calls 1

whichFunction · 0.90

Tested by

no test coverage detected