Add subscription callback test with ping+pong nodes

This commit is contained in:
Christophe Bedard 2019-06-03 11:16:05 +02:00
parent 3b85b3cbd8
commit 8f09ce339d
7 changed files with 158 additions and 9 deletions

View file

@ -16,7 +16,7 @@ class TestPublisher(unittest.TestCase):
def test_creation(self):
session_name_prefix = 'session-test-publisher-creation'
base_path = '/tmp'
test_node = 'test_publisher'
test_node = ['test_publisher']
exit_code, full_path = run_and_trace(base_path, session_name_prefix, publisher_creation_events, None, PKG, test_node)
self.assertEqual(exit_code, 0)