mirror of
https://github.com/apache/cloudstack
synced 2026-08-31 09:08:00 +00:00
Add the shrinkok flag to allow volume shrinking in resize tests
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
(cherry picked from commit 960b4d1896)
This commit is contained in:
parent
9fbb35d13d
commit
a83bfa57d0
@ -720,6 +720,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
Block a user