Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
More...
Expects a single test node to be running with name 'test_node' and subscribed to 'test_string'.
Definition at line 68 of file testSlave.py.
def test.testSlave.SlaveTestCase._sink_KillFlows |
( |
|
self, |
|
|
|
tests, |
|
|
|
sinks |
|
) |
| |
|
private |
subroutine to kill the flows specified in the tests, purely
using the sink API (i.e. source will still be running)
In the future it would be nice to verify that the flow was
killed, but for now trust what the sink says
Definition at line 281 of file testSlave.py.
def test.testSlave.SlaveTestCase._sink_StartFlows |
( |
|
self, |
|
|
|
tests, |
|
|
|
sourceUris, |
|
|
|
sinks |
|
) |
| |
|
private |
subroutine to connect the flows specified in the tests, purely
using the sink API.
In the future it would be nice to verify that the flow truly
exists, but for now trust what the sink says
Definition at line 263 of file testSlave.py.
def test.testSlave.SlaveTestCase._sink_StartNodes |
( |
|
self, |
|
|
|
tests |
|
) |
| |
|
private |
Test subroutine to startup all the nodes specified in the tests
Definition at line 243 of file testSlave.py.
def test.testSlave.SlaveTestCase._subTestSourceRequestFlow |
( |
|
self, |
|
|
|
testName, |
|
|
|
protocols, |
|
|
|
testEval |
|
) |
| |
|
private |
def test.testSlave.SlaveTestCase.setUp |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testGetPid |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testGetPublications |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testMisc |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSinkConnectFlow |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSinkKillFlow |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSourceKillFlow |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSourceRequestFlow_Errors |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSourceRequestFlow_Fail |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSourceRequestFlow_TCPROS1 |
( |
|
self | ) |
|
def test.testSlave.SlaveTestCase.testSourceRequestFlow_TCPROS2 |
( |
|
self | ) |
|
test.testSlave.SlaveTestCase.caller_id |
test.testSlave.SlaveTestCase.node |
test.testSlave.SlaveTestCase.node_api |
list test.testSlave.SlaveTestCase.sinkTests |
|
static |
Initial value: 2 [[
'testSinkConnectFlow-nodeA',
'testSinkConnectFlow-nodeB',],
3 [
'node',
'testSinkConnectFlow-nodeA.out',
'testSinkConnectFlow-nodeB.in']],
4 [[
'g1.testSinkConnectFlow-nodeA',
'g1.testSinkConnectFlow-nodeB',],
5 [
'g1.node',
'testSinkConnectFlow-nodeA.out',
'testSinkConnectFlow-nodeB.in']],
6 [[
'g1.g2.g3.testSinkConnectFlow-nodeA',
'g1.g2.testSinkConnectFlow-nodeB',],
7 [
'g1.g2.node',
'g3.testSinkConnectFlow-nodeA.out',
'testSinkConnectFlow-nodeB.in']],
8 [[
'g1.g2.testSinkConnectFlow-nodeA',
'g1.g2.g3.testSinkConnectFlow-nodeB',],
9 [
'g1.g2.node',
'testSinkConnectFlow-nodeA.out',
'g3.testSinkConnectFlow-nodeB.in']],
11 [[
'a1.a2.testSinkConnectFlow-nodeA',
'b1.b2.testSinkConnectFlow-nodeB',],
12 [
'node',
'a1.a2.testSinkConnectFlow-nodeA.out',
'b1.b2.testSinkConnectFlow-nodeB.in']],
14 [[
'c1.node.testSinkConnectFlow-nodeA',
'c1.node2.testSinkConnectFlow-nodeB',],
15 [
'c1.node2',
'node.testSinkConnectFlow-nodeA.out',
'.testSinkConnectFlow-nodeB.in']],
Definition at line 225 of file testSlave.py.
The documentation for this class was generated from the following file: