CLOUDSTACK-8577: fixing script testpath_disable_enable_zone

This commit is contained in:
nitt10prashant 2015-06-22 18:35:40 +05:30 committed by sanjeev
parent 49451750a9
commit 77508c9d9a
1 changed files with 3 additions and 1 deletions

View File

@ -185,7 +185,7 @@ class TestDisableEnableZone(cloudstackTestCase):
self.testdata["small"],
templateid=self.template.id,
accountid=self.admin_account.name,
domainid=self.account.domainid,
domainid=self.admin_account.domainid,
serviceofferingid=self.service_offering.id,
zoneid=self.zone.id
)
@ -280,6 +280,7 @@ class TestDisableEnableZone(cloudstackTestCase):
self.testdata["privatetemplate"]["hypervisor"] = builtin_info[1]
self.testdata["privatetemplate"]["format"] = builtin_info[2]
"""
//commenting it for now will uncomment once expected behaviour is known
Template.register(
self.apiclient,
self.testdata["privatetemplate"],
@ -294,6 +295,7 @@ class TestDisableEnableZone(cloudstackTestCase):
diskofferingid=self.disk_offering.id
)
"""
//commenting it for now will uncomment once expected behaviour is known
Iso.create(
self.apiclient,
self.testdata["iso2"],