mirror of https://github.com/apache/cloudstack.git
Fix erroneous assert expression to get debug from that line
Signed-off-by: Daan Hoogland <daan@onecht.net>
This commit is contained in:
parent
f77f4c2f11
commit
f7a8d8e657
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue