You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2017/07/14 20:37:06 UTC

qpid-dispatch git commit: DISPATCH-737 - Additional test tests no-auth since there is no authentication on an authenticatePeer:no listener

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master c32c79c34 -> ccd6b0880


DISPATCH-737 - Additional test tests no-auth since there is no authentication on an authenticatePeer:no listener


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ccd6b088
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ccd6b088
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/ccd6b088

Branch: refs/heads/master
Commit: ccd6b0880400af03f04b6be802e9374c14ad891f
Parents: c32c79c
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Fri Jul 14 16:36:45 2017 -0400
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Fri Jul 14 16:36:45 2017 -0400

----------------------------------------------------------------------
 tests/system_tests_qdstat.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ccd6b088/tests/system_tests_qdstat.py
----------------------------------------------------------------------
diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py
index 7bd6049..ca1d6b6 100644
--- a/tests/system_tests_qdstat.py
+++ b/tests/system_tests_qdstat.py
@@ -60,6 +60,7 @@ class QdstatTest(system_test.TestCase):
 
     def test_connections(self):
         self.run_qdstat(['--connections'], r'host.*container.*role')
+        self.run_qdstat(['--connections'], 'no-auth')
 
     def test_links(self):
         out = self.run_qdstat(['--links'], r'endpoint.*out.*local.*temp.')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org