mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 02:22:52 +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 = resizeVolume.resizeVolumeCmd()
|
||||||
cmd.id = rootvolume.id
|
cmd.id = rootvolume.id
|
||||||
cmd.size = 10
|
cmd.size = 10
|
||||||
|
cmd.shrinkok = "true"
|
||||||
|
|
||||||
self.apiClient.resizeVolume(cmd)
|
self.apiClient.resizeVolume(cmd)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user