You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/06/21 15:14:14 UTC

[18/24] git commit: updated refs/heads/master to 6fd49e4

Fix erroneous assert expression to get debug from that line

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f7a8d8e6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f7a8d8e6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f7a8d8e6

Branch: refs/heads/master
Commit: f7a8d8e657ddcf23112fd8d9f1974108efb1e7c3
Parents: f77f4c2
Author: Rafael da Fonseca <rs...@gmail.com>
Authored: Sat Jun 20 00:05:09 2015 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Jun 21 15:13:26 2015 +0200

----------------------------------------------------------------------
 .../smoke/test_deploy_vms_with_varied_deploymentplanners.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f7a8d8e6/test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py b/test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py
index 9fcb643..041d23b 100644
--- a/test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py
+++ b/test/integration/smoke/test_deploy_vms_with_varied_deploymentplanners.py
@@ -43,7 +43,7 @@ class TestDeployVmWithVariedPlanners(cloudstackTestCase):
         )
 
         if cls.template == FAILED:
-            assert false, "get_template() failed to return template with description %s" % cls.services["ostype"]
+            assert False, "get_template() failed to return template with description %s" % cls.services["ostype"]
 
         cls.services["virtual_machine"]["zoneid"] = cls.zone.id
         cls.services["template"] = cls.template.id