Public Member Functions | |
def | setUp |
def | tearDown |
def | testAddKillNode |
def | testAddMachine |
def | testAddNode |
def | testConnectFlow |
def | testGetFlowNames |
def | testGetGraph |
def | testGetNodeAddress |
def | testKillFlow |
def | testMisc |
def | testPromoteFlow |
def | testRegisterFlow |
def | testRegisterNode |
def | testRegisterNode_Flows |
def | testUnregisterFlow |
Private Member Functions | |
def | _verifyFlowNameState |
def | _verifyNodeDead |
Master API Test Cases -- those not covered by ParamServer and AddKillNode
Definition at line 330 of file testMaster.py.
def test_ros.testMaster.MasterTestCase._verifyFlowNameState | ( | self, | |
master, | |||
state | |||
) | [private] |
Definition at line 339 of file testMaster.py.
def test_ros.testMaster.MasterTestCase._verifyNodeDead | ( | self, | |
port | |||
) | [private] |
Definition at line 563 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.setUp | ( | self | ) |
Definition at line 333 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.tearDown | ( | self | ) |
Definition at line 336 of file testMaster.py.
testAddKillNode: test adding then killing nodes
Definition at line 571 of file testMaster.py.
Definition at line 678 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.testAddNode | ( | self | ) |
testAddNode: test master.addNode(callerId, subcontext, name, pkg, pkgNode, machine, port)
Definition at line 603 of file testMaster.py.
Definition at line 767 of file testMaster.py.
Definition at line 478 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.testGetGraph | ( | self | ) |
Definition at line 673 of file testMaster.py.
Definition at line 516 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.testKillFlow | ( | self | ) |
Definition at line 838 of file testMaster.py.
def test_ros.testMaster.MasterTestCase.testMisc | ( | self | ) |
Definition at line 843 of file testMaster.py.
Definition at line 345 of file testMaster.py.
Definition at line 395 of file testMaster.py.
Definition at line 719 of file testMaster.py.
Definition at line 715 of file testMaster.py.
Definition at line 430 of file testMaster.py.