This is an automated email from the ASF dual-hosted git repository.
gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git
The following commit(s) were added to refs/heads/main by this push:
new 6453c94 DISPATCH-2291: Added a normal listener to the router so that
the wait_router_connected can find a management port
6453c94 is described below
commit 6453c945ac0c90d80b5d2461af1a9e419b4cecdd
Author: Ganesh Murthy <[email protected]>
AuthorDate: Fri Nov 19 10:26:33 2021 -0500
DISPATCH-2291: Added a normal listener to the router so that the
wait_router_connected can find a management port
---
tests/system_tests_qdmanage.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/system_tests_qdmanage.py b/tests/system_tests_qdmanage.py
index 28b412e..f6dd37a 100644
--- a/tests/system_tests_qdmanage.py
+++ b/tests/system_tests_qdmanage.py
@@ -77,6 +77,7 @@ class QdmanageTest(TestCase):
config_2 = Qdrouterd.Config([
('router', {'mode': 'interior', 'id': 'R2'}),
+ ('listener', {'port': cls.tester.get_port()}),
('listener', {'role': 'inter-router', 'port':
cls.inter_router_port}),
])
cls.router_2 = cls.tester.qdrouterd('test_router_2', config_2,
wait=True)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]