You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/02/14 10:36:45 UTC

git commit: updated refs/heads/marvin to 1eb98e1

Updated Branches:
  refs/heads/marvin 2d93d83b4 -> 1eb98e135


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/marvin
Commit: 1eb98e135b0bdd6a00f10c5bbf98e2947334a31d
Parents: 2d93d83
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Fri Feb 14 15:06:29 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
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(