ganeshmurthy commented on a change in pull request #1281:
URL: https://github.com/apache/qpid-dispatch/pull/1281#discussion_r662667112
##########
File path: tests/http1_tests.py
##########
@@ -1353,3 +1356,189 @@ def client_response_close_test(self, server_port,
client_port):
client = ThreadedTestClient(PING, client_port)
client.wait()
server.wait()
+
+
+class Http1CurlTestsMixIn(object):
+ """
+ Test cases using curl as the command line client
+ """
+
+ def _run_curl(self, args, input=None, timeout=TIMEOUT):
Review comment:
Can we put this run_curl in say system_test.py so the http2 can use it
as well. Otherwise this will go the way of run_qdstat, there are so many of
those all over the place, most of them doing the same thing.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]