From 616b0117cfd86724b5287d9de385ffce43f75789 Mon Sep 17 00:00:00 2001 From: nitt10prashant Date: Wed, 8 Jul 2015 14:42:24 +0530 Subject: [PATCH] CLOUDSTACK-8583 : fixing issue related to script test/integration/component/test_stopped_vm.py This closes #567 --- test/integration/component/test_stopped_vm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index bda0fe2f49e..f83c47e688e 100644 --- a/test/integration/component/test_stopped_vm.py +++ b/test/integration/component/test_stopped_vm.py @@ -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 )