mirror of https://github.com/apache/cloudstack.git
Add the shrinkok flag to allow volume shrinking in resize tests
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
8a1eed24b9
commit
f1ef34550e
|
|
@ -688,6 +688,7 @@ class TestVolumes(cloudstackTestCase):
|
|||
cmd = resizeVolume.resizeVolumeCmd()
|
||||
cmd.id = rootvolume.id
|
||||
cmd.size = 10
|
||||
cmd.shrinkok = "true"
|
||||
|
||||
self.apiClient.resizeVolume(cmd)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue