mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8626 :[Automation]fixing test/integration/component/test_ps_max_limits.py for lxc hypervisor
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> This closes #579
This commit is contained in:
parent
47d2d07eb9
commit
8e1f01d779
@ -208,7 +208,6 @@ class TestMaxPrimaryStorageLimits(cloudstackTestCase):
|
|||||||
|
|
||||||
self.virtualMachine = VirtualMachine.create(self.api_client, self.services["virtual_machine"],
|
self.virtualMachine = VirtualMachine.create(self.api_client, self.services["virtual_machine"],
|
||||||
accountid=self.child_do_admin.name, domainid=self.child_do_admin.domainid,
|
accountid=self.child_do_admin.name, domainid=self.child_do_admin.domainid,
|
||||||
diskofferingid=self.disk_offering.id,
|
|
||||||
serviceofferingid=self.service_offering.id)
|
serviceofferingid=self.service_offering.id)
|
||||||
|
|
||||||
accounts = Account.list(self.apiclient, id=self.child_do_admin.id)
|
accounts = Account.list(self.apiclient, id=self.child_do_admin.id)
|
||||||
@ -259,7 +258,6 @@ class TestMaxPrimaryStorageLimits(cloudstackTestCase):
|
|||||||
|
|
||||||
self.virtualMachine = VirtualMachine.create(self.api_client, self.services["virtual_machine"],
|
self.virtualMachine = VirtualMachine.create(self.api_client, self.services["virtual_machine"],
|
||||||
projectid=self.project.id,
|
projectid=self.project.id,
|
||||||
diskofferingid=self.disk_offering.id,
|
|
||||||
serviceofferingid=self.service_offering.id)
|
serviceofferingid=self.service_offering.id)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user