mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8583 : fixing issue related to script test/integration/component/test_stopped_vm.py
This closes #567
This commit is contained in:
parent
820a406d0f
commit
616b0117cf
|
|
@ -141,7 +141,6 @@ class TestDeployVM(cloudstackTestCase):
|
|||
accountid=self.account.name,
|
||||
domainid=self.account.domainid,
|
||||
serviceofferingid=self.service_offering.id,
|
||||
diskofferingid=self.disk_offering.id,
|
||||
mode=self.zone.networktype
|
||||
)
|
||||
|
||||
|
|
@ -1061,7 +1060,6 @@ class TestRouterStateAfterDeploy(cloudstackTestCase):
|
|||
accountid=self.account.name,
|
||||
domainid=self.account.domainid,
|
||||
serviceofferingid=self.service_offering.id,
|
||||
diskofferingid=self.disk_offering.id,
|
||||
startvm=False
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue