Add subscription callback test with ping+pong nodes
This commit is contained in:
parent
3b85b3cbd8
commit
8f09ce339d
7 changed files with 158 additions and 9 deletions
|
@ -17,7 +17,7 @@ class TestNode(unittest.TestCase):
|
|||
def test_creation(self):
|
||||
session_name_prefix = 'session-test-node-creation'
|
||||
base_path = '/tmp'
|
||||
test_node = 'test_publisher'
|
||||
test_node = ['test_publisher']
|
||||
|
||||
exit_code, full_path = run_and_trace(base_path, session_name_prefix, node_creation_events, None, PKG, test_node)
|
||||
self.assertEqual(exit_code, 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue