Classes | |
| class | TestClientProtocol |
| class | TestWebsocketSmoke |
Variables | |
| string | A_STRING = 'A' |
| string | A_TOPIC = '/a_topic' |
| string | B_STRING = 'B' |
| string | B_TOPIC = '/b_topic' |
| int | MSG_SIZE = 10 |
| string | NAME = 'test_websocket_smoke' |
| int | NUM_MSGS = 10 |
| string | PKG = 'rosbridge_server' |
| float | TIME_LIMIT = 5.0 |
| float | WARMUP_DELAY = 1.0 |
| string test_smoke.A_STRING = 'A' |
Definition at line 25 of file test_smoke.py.
| string test_smoke.A_TOPIC = '/a_topic' |
Definition at line 23 of file test_smoke.py.
| string test_smoke.B_STRING = 'B' |
Definition at line 26 of file test_smoke.py.
| string test_smoke.B_TOPIC = '/b_topic' |
Definition at line 24 of file test_smoke.py.
| int test_smoke.MSG_SIZE = 10 |
Definition at line 22 of file test_smoke.py.
| string test_smoke.NAME = 'test_websocket_smoke' |
Definition at line 103 of file test_smoke.py.
| int test_smoke.NUM_MSGS = 10 |
Definition at line 21 of file test_smoke.py.
| string test_smoke.PKG = 'rosbridge_server' |
Definition at line 102 of file test_smoke.py.
| float test_smoke.TIME_LIMIT = 5.0 |
Definition at line 28 of file test_smoke.py.
| float test_smoke.WARMUP_DELAY = 1.0 |
Definition at line 27 of file test_smoke.py.