mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
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…
x
Reference in New Issue
Block a user