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 332 of file testMaster.py.
def test.testMaster.MasterTestCase._verifyFlowNameState | ( | self, | |
master, | |||
state | |||
) | [private] |
Definition at line 341 of file testMaster.py.
def test.testMaster.MasterTestCase._verifyNodeDead | ( | self, | |
port | |||
) | [private] |
Definition at line 565 of file testMaster.py.
def test.testMaster.MasterTestCase.setUp | ( | self | ) |
Definition at line 335 of file testMaster.py.
def test.testMaster.MasterTestCase.tearDown | ( | self | ) |
Definition at line 338 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddKillNode | ( | self | ) |
testAddKillNode: test adding then killing nodes
Definition at line 573 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddMachine | ( | self | ) |
Definition at line 680 of file testMaster.py.
def test.testMaster.MasterTestCase.testAddNode | ( | self | ) |
testAddNode: test master.addNode(callerId, subcontext, name, pkg, pkgNode, machine, port)
Definition at line 605 of file testMaster.py.
def test.testMaster.MasterTestCase.testConnectFlow | ( | self | ) |
Definition at line 769 of file testMaster.py.
def test.testMaster.MasterTestCase.testGetFlowNames | ( | self | ) |
Definition at line 480 of file testMaster.py.
def test.testMaster.MasterTestCase.testGetGraph | ( | self | ) |
Definition at line 675 of file testMaster.py.
Definition at line 518 of file testMaster.py.
def test.testMaster.MasterTestCase.testKillFlow | ( | self | ) |
Definition at line 840 of file testMaster.py.
def test.testMaster.MasterTestCase.testMisc | ( | self | ) |
Definition at line 845 of file testMaster.py.
def test.testMaster.MasterTestCase.testPromoteFlow | ( | self | ) |
Definition at line 347 of file testMaster.py.
def test.testMaster.MasterTestCase.testRegisterFlow | ( | self | ) |
Definition at line 397 of file testMaster.py.
def test.testMaster.MasterTestCase.testRegisterNode | ( | self | ) |
Definition at line 721 of file testMaster.py.
Definition at line 717 of file testMaster.py.
Definition at line 432 of file testMaster.py.