Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2DEC6200CC8 for ; Fri, 14 Jul 2017 22:37:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2C60C16E682; Fri, 14 Jul 2017 20:37:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 735BC16E67E for ; Fri, 14 Jul 2017 22:37:07 +0200 (CEST) Received: (qmail 1538 invoked by uid 500); 14 Jul 2017 20:37:06 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 1529 invoked by uid 99); 14 Jul 2017 20:37:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2017 20:37:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D210E360F; Fri, 14 Jul 2017 20:37:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gmurthy@apache.org To: commits@qpid.apache.org Message-Id: <1ccb1fd0a4f54f178dfa9d2aaad412b8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: qpid-dispatch git commit: DISPATCH-737 - Additional test tests no-auth since there is no authentication on an authenticatePeer:no listener Date: Fri, 14 Jul 2017 20:37:06 +0000 (UTC) archived-at: Fri, 14 Jul 2017 20:37:08 -0000 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 Authored: Fri Jul 14 16:36:45 2017 -0400 Committer: Ganesh Murthy 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