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 B94911079D for ; Wed, 23 Apr 2014 06:18:41 +0000 (UTC) Received: (qmail 95949 invoked by uid 500); 23 Apr 2014 06:17:20 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 95852 invoked by uid 500); 23 Apr 2014 06:17:19 -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 95658 invoked by uid 99); 23 Apr 2014 06:17:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 06:17:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D28A7944BC0; Wed, 23 Apr 2014 06:17:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Date: Wed, 23 Apr 2014 06:17:19 -0000 Message-Id: <94d645b55dba4313a15add64b4606952@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/50] [abbrv] git commit: updated refs/heads/master to d22adf9 CLOUDSTACK-5674: Fix a missing closing bracket. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1eb98e13 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1eb98e13 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1eb98e13 Branch: refs/heads/master Commit: 1eb98e135b0bdd6a00f10c5bbf98e2947334a31d Parents: 2d93d83 Author: Girish Shilamkar Authored: Fri Feb 14 15:06:29 2014 +0530 Committer: Girish Shilamkar Committed: Fri Feb 14 15:06:29 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_deploy_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1eb98e13/test/integration/smoke/test_deploy_vm.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_deploy_vm.py b/test/integration/smoke/test_deploy_vm.py index 75c564f..de04dfa 100644 --- a/test/integration/smoke/test_deploy_vm.py +++ b/test/integration/smoke/test_deploy_vm.py @@ -50,7 +50,7 @@ class TestDeployVM(cloudstackTestCase): self.template = get_template(self.apiclient, self.zone.id, self.testdata["ostype"]) if self.template == FAILED: - self.fail("get_template() failed to return template with description %s" % self.testdata["ostype"] + self.fail("get_template() failed to return template with description %s" % self.testdata["ostype"]) #create a user account self.account = Account.create(