Public Member Functions | |
def | setUp (self) |
def | tearDown (self) |
def | testAddKillNode (self) |
def | testAddMachine (self) |
def | testAddNode (self) |
def | testConnectFlow (self) |
def | testGetFlowNames (self) |
def | testGetGraph (self) |
def | testGetNodeAddress (self) |
def | testKillFlow (self) |
def | testMisc (self) |
def | testPromoteFlow (self) |
def | testRegisterFlow (self) |
def | testRegisterNode (self) |
def | testRegisterNode_Flows (self) |
def | testUnregisterFlow (self) |
Private Member Functions | |
def | _verifyFlowNameState (self, master, state) |
def | _verifyNodeDead (self, port) |
Master API Test Cases -- those not covered by ParamServer and AddKillNode
Definition at line 339 of file testMaster.py.
|
private |
Definition at line 348 of file testMaster.py.
|
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.
def test.testMaster.MasterTestCase.testGetNodeAddress | ( | self | ) |
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.
def test.testMaster.MasterTestCase.testRegisterNode_Flows | ( | self | ) |
Definition at line 724 of file testMaster.py.
def test.testMaster.MasterTestCase.testUnregisterFlow | ( | self | ) |
Definition at line 439 of file testMaster.py.