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