kgiusti commented on a change in pull request #1281:
URL: https://github.com/apache/qpid-dispatch/pull/1281#discussion_r663162546



##########
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:
       Done.  Updated http2 tests as well.




-- 
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]

Reply via email to