ganeshmurthy commented on a change in pull request #730:
URL: https://github.com/apache/qpid-dispatch/pull/730#discussion_r421028220



##########
File path: tests/system_tests_edge_router.py
##########
@@ -1640,6 +1640,51 @@ def _test_traffic(self, sender, receiver, address, 
count=5):
             tr.queue.get(timeout=TIMEOUT)
         tr.stop()
 
+    def test_000_check_peer_version_info(self):
+        """
+        Not a link proxy test - ensure router correctly parses peer version
+        numbers advertised in the incoming @open frame
+        """
+        lines = None
+        with open("../setUpClass/INT.A.log") as inta_log:

Review comment:
       Can we use with open(self.router.outdir + '/INT.A.log, 'r') as inta_log:




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to