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:
Doug Clark 2014-05-22 15:13:49 +00:00 committed by Daan Hoogland
parent 9fbb35d13d
commit a83bfa57d0
1 changed files with 1 additions and 0 deletions

View File

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