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



##########
File path: tests/system_tests_http.py.in
##########
@@ -266,6 +317,22 @@ class RouterTestHttp(TestCase):
             # Provide client cert
             self.assert_get_cert("https://localhost:%d"; % r.ports[2])
 
+            # Try a get on the HTTP listener we are going to delete
+            self.assert_get_cert("https://localhost:%d"; % r.ports[3])
+            
+            # Delete the listener with name 'delete-me'
+            long_type = 'org.apache.qpid.dispatch.listener'
+            mgmt = QdManager(self, address=address())
+            mgmt.delete(long_type, name=name)
+            sleep(5)

Review comment:
       ditto here 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.

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