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 525DD1050C for ; Sat, 16 Nov 2013 09:33:10 +0000 (UTC) Received: (qmail 72183 invoked by uid 500); 16 Nov 2013 09:32:01 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 72155 invoked by uid 500); 16 Nov 2013 09:31:57 -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 72114 invoked by uid 99); 16 Nov 2013 09:31:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Nov 2013 09:31:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 297F982FD8A; Sat, 16 Nov 2013 09:31:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: girish@apache.org To: commits@cloudstack.apache.org Message-Id: <61a0c55ca9c64fc7bdac016bc91d7a19@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.2 to 80dfd0f Date: Sat, 16 Nov 2013 09:31:44 +0000 (UTC) Updated Branches: refs/heads/4.2 d65c3a70c -> 80dfd0f97 CLOUDSTACK-5185: test_egress_fw_rules - failed the test case if vm deployment failed instead of going on executing rest Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/80dfd0f9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/80dfd0f9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/80dfd0f9 Branch: refs/heads/4.2 Commit: 80dfd0f97ec611d8dee63ad74f6f1ecf74647b99 Parents: d65c3a7 Author: Ashutosh K Authored: Sat Nov 16 14:57:59 2013 +0530 Committer: Girish Shilamkar Committed: Sat Nov 16 15:01:28 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_egress_fw_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/80dfd0f9/test/integration/component/test_egress_fw_rules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index 0aed957..56ac366 100644 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -214,7 +214,7 @@ class TestEgressFWRules(cloudstackTestCase): networkids=[str(self.network.id)], projectid=project.id if project else None) except Exception as e: - self.debug('error=%s' % e) + self.fail("Virtual machine deployment failed with exception: %s" % e) self.debug("Deployed instance in account: %s" % self.account.name) def exec_script_on_user_vm(self, script, exec_cmd_params, expected_result, negative_test=False):