You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/07/10 12:08:23 UTC

[28/50] git commit: updated refs/heads/CLOUDSTACK-8581 to 1a2e80b

CLOUDSTACK-8583 : fixing issue related to script test/integration/component/test_stopped_vm.py
This closes #567


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

Branch: refs/heads/CLOUDSTACK-8581
Commit: 616b0117cfd86724b5287d9de385ffce43f75789
Parents: 820a406
Author: nitt10prashant <ni...@gmail.com>
Authored: Wed Jul 8 14:42:24 2015 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Wed Jul 8 16:08:14 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_stopped_vm.py | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/616b0117/test/integration/component/test_stopped_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py
index bda0fe2..f83c47e 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
         )