CLOUDSTACK-5156: Fixed test script issue related to detach volume

This commit is contained in:
Gaurav Aradhye 2013-11-13 21:16:13 +05:30 committed by Girish Shilamkar
parent b5d3b99307
commit 9e2b7bfa7b
1 changed files with 2 additions and 2 deletions

View File

@ -902,9 +902,9 @@ class TestResourceLimitsProject(cloudstackTestCase):
# Get the Root disk of VM
volumes = list_volumes(
self.apiclient,
virtualmachineid=virtual_machine_1.id,
projectid=self.project.id,
type='ROOT',
listall=True
type='ROOT'
)
self.assertEqual(
isinstance(volumes, list),