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 339 of file testMaster.py.
def test.testMaster.MasterTestCase._verifyFlowNameState | ( | self, | |
master, | |||
state | |||
) | [private] |
Definition at line 348 of file testMaster.py.
def test.testMaster.MasterTestCase._verifyNodeDead | ( | self, | |
port | |||
) | [private] |
Definition at line 572 of file testMaster.py.
def test.testMaster.MasterTestCase.setUp | ( | self | ) |
Definition at line 342 of file testMaster.py.
def test.testMaster.MasterTestCase.tearDown | ( | self | ) |
Definition at line 345 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddKillNode | ( | self | ) |
testAddKillNode: test adding then killing nodes
Definition at line 580 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddMachine | ( | self | ) |
Definition at line 687 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddNode | ( | self | ) |
testAddNode: test master.addNode(callerId, subcontext, name, pkg, pkgNode, machine, port)
Definition at line 612 of file testMaster.py.
def test.testMaster.MasterTestCase.testConnectFlow | ( | self | ) |
Definition at line 776 of file testMaster.py.
def test.testMaster.MasterTestCase.testGetFlowNames | ( | self | ) |
Definition at line 487 of file testMaster.py.
def test.testMaster.MasterTestCase.testGetGraph | ( | self | ) |
Definition at line 682 of file testMaster.py.
Definition at line 525 of file testMaster.py.
def test.testMaster.MasterTestCase.testKillFlow | ( | self | ) |
Definition at line 847 of file testMaster.py.
def test.testMaster.MasterTestCase.testMisc | ( | self | ) |
Definition at line 852 of file testMaster.py.
def test.testMaster.MasterTestCase.testPromoteFlow | ( | self | ) |
Definition at line 354 of file testMaster.py.
def test.testMaster.MasterTestCase.testRegisterFlow | ( | self | ) |
Definition at line 404 of file testMaster.py.
def test.testMaster.MasterTestCase.testRegisterNode | ( | self | ) |
Definition at line 728 of file testMaster.py.
Definition at line 724 of file testMaster.py.
Definition at line 439 of file testMaster.py.