Add the shrinkok flag to allow volume shrinking in resize tests

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Doug Clark 2014-05-22 15:13:49 +00:00 committed by SrikanteswaraRao Talluri
parent 8a1eed24b9
commit f1ef34550e

View File

@ -688,6 +688,7 @@ class TestVolumes(cloudstackTestCase):
cmd = resizeVolume.resizeVolumeCmd()
cmd.id = rootvolume.id
cmd.size = 10
cmd.shrinkok = "true"
self.apiClient.resizeVolume(cmd)