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 50cd665  DISPATCH-2291: Added a normal listener to the router so that 
the wait_router_connected can find a management port
50cd665 is described below

commit 50cd66556fbaf1751cf0a3d88a7e3de83d042c58
Author: Ganesh Murthy <[email protected]>
AuthorDate: Fri Nov 19 09:01:08 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_qdstat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py
index 37170b8..efc8772 100644
--- a/tests/system_tests_qdstat.py
+++ b/tests/system_tests_qdstat.py
@@ -538,9 +538,9 @@ class QdstatLinkPriorityTest(QdstatTestBase):
             ('listener', {'port': cls.tester.get_port()}),
             ('connector', {'role': 'inter-router', 'port': 
cls.inter_router_port})
         ])
-
         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]

Reply via email to