Public Member Functions | |
def | assertAdvertiseAllCall |
def | assertAdvertiseCall |
def | assertPublicInterface |
def | setUp |
def | tearDown |
def | test_advertiseAll |
def | test_advertiseDifferentConnections |
def | test_advertisePublisherByNode |
def | test_advertisePublisherByTopic |
Public Attributes | |
advertise | |
advertiseAll | |
gatewayInfo | |
maxDiff |
Definition at line 17 of file test_advertisements_locally.py.
def test_advertisements_locally.TestAdvertisementsLocally.assertAdvertiseAllCall | ( | self, | |
blacklist, | |||
expected_interface | |||
) |
Definition at line 19 of file test_advertisements_locally.py.
def test_advertisements_locally.TestAdvertisementsLocally.assertAdvertiseCall | ( | self, | |
watchlist, | |||
expected_interface | |||
) |
Definition at line 38 of file test_advertisements_locally.py.
def test_advertisements_locally.TestAdvertisementsLocally.assertPublicInterface | ( | self, | |
rules | |||
) |
Definition at line 62 of file test_advertisements_locally.py.
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 84 of file test_advertisements_locally.py.
Called at the end of every test to ensure that all the advertisements are removed
Definition at line 215 of file test_advertisements_locally.py.
Definition at line 169 of file test_advertisements_locally.py.
def test_advertisements_locally.TestAdvertisementsLocally.test_advertiseDifferentConnections | ( | self | ) |
Makes sure that every connection type is being detected and advertised appropriately.
Definition at line 147 of file test_advertisements_locally.py.
Tests advertising publishers. Also tests that multiple nodes are coming up as expected.
Definition at line 133 of file test_advertisements_locally.py.
Tests advertising publishers. Also tests that multiple nodes are coming up as expected.
Definition at line 113 of file test_advertisements_locally.py.
Definition at line 90 of file test_advertisements_locally.py.
Definition at line 90 of file test_advertisements_locally.py.
Definition at line 90 of file test_advertisements_locally.py.
Definition at line 90 of file test_advertisements_locally.py.