Public Member Functions | |
def | assertMasterState |
def | assertPullAllCall |
def | assertPullCall |
def | assertRemotePublicInterface |
def | setUp |
def | tearDown |
def | test_checkRemotePublicInterface |
def | test_pullAll |
def | test_pullDifferentConnections |
def | test_pullPublisherByNode |
def | test_pullPublisherByTopic |
Public Attributes | |
gatewayInfo | |
master | |
maxDiff | |
pull | |
pullAll | |
remote_gateway_name | |
remoteGatewayInfo |
Definition at line 18 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.assertMasterState | ( | self, | |
expected_interface | |||
) |
Definition at line 48 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.assertPullAllCall | ( | self, | |
gateway, | |||
blacklist, | |||
expected_interface | |||
) |
Definition at line 99 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.assertPullCall | ( | self, | |
watchlist, | |||
expected_interface | |||
) |
Definition at line 71 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.assertRemotePublicInterface | ( | self, | |
gateway_name, | |||
rules | |||
) |
Definition at line 20 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.setUp | ( | self | ) |
Run at the start of every test. This function performs the following: 1. Ensure that gateway services are available 2. Make sure gateway is connected to the hub If something goes wrong and the setup can not complete successfully, the test will timeout with an error
Definition at line 125 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.tearDown | ( | self | ) |
Called at the end of every test to ensure that all the advertisements are removed
Definition at line 242 of file test_pull_remotely.py.
Makes sure that every connection type is being detected and advertised appropriately.
Definition at line 172 of file test_pull_remotely.py.
def test_pull_remotely.TestPullRemotely.test_pullAll | ( | self | ) |
Definition at line 223 of file test_pull_remotely.py.
Definition at line 205 of file test_pull_remotely.py.
Definition at line 196 of file test_pull_remotely.py.
Definition at line 187 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.
Definition at line 131 of file test_pull_remotely.py.