Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C4F410118 for ; Mon, 19 Aug 2013 09:48:36 +0000 (UTC) Received: (qmail 63229 invoked by uid 500); 19 Aug 2013 09:48:36 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 63207 invoked by uid 500); 19 Aug 2013 09:48:36 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 63200 invoked by uid 99); 19 Aug 2013 09:48:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 09:48:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C3BEA8BF76F; Mon, 19 Aug 2013 09:48:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tsp@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to aec3486 Date: Mon, 19 Aug 2013 09:48:35 +0000 (UTC) Updated Branches: refs/heads/master f13a6a0de -> aec34865e CLOUDSTACK-4396: Invalid case comparison leaves egress rule unprogrammed Thereby failing the wget for the cloud-setup-guest-password script which in turn fails the test. Signed-off-by: Prasanna Santhanam (cherry picked from commit 8576b1ddc983d74caef77c3bac51103ab26cfc8c) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aec34865 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aec34865 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aec34865 Branch: refs/heads/master Commit: aec34865eaecc10deec95cd048c50be7d4ae78e5 Parents: f13a6a0 Author: Prasanna Santhanam Authored: Mon Aug 19 15:15:17 2013 +0530 Committer: Prasanna Santhanam Committed: Mon Aug 19 15:18:04 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vm_passwdenabled.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aec34865/test/integration/component/test_vm_passwdenabled.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vm_passwdenabled.py b/test/integration/component/test_vm_passwdenabled.py index 3400405..a6b45ac 100644 --- a/test/integration/component/test_vm_passwdenabled.py +++ b/test/integration/component/test_vm_passwdenabled.py @@ -135,7 +135,7 @@ class TestVMPasswordEnabled(cloudstackTestCase): networkid = cls.virtual_machine.nic[0].networkid # create egress rule to allow wget of my cloud-set-guest-password script - if zone.networktype.lower == 'advanced': + if zone.networktype.lower() == 'advanced': EgressFireWallRule.create(cls.api_client, networkid=networkid, protocol=cls.services["egress"]["protocol"],