From f1ef34550e82f0e810c5c20c9b6ead1dc5a1fb84 Mon Sep 17 00:00:00 2001 From: Doug Clark Date: Thu, 22 May 2014 15:13:49 +0000 Subject: [PATCH] Add the shrinkok flag to allow volume shrinking in resize tests Signed-off-by: SrikanteswaraRao Talluri --- test/integration/smoke/test_volumes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py index e2539b81a2c..352298006a8 100644 --- a/test/integration/smoke/test_volumes.py +++ b/test/integration/smoke/test_volumes.py @@ -688,6 +688,7 @@ class TestVolumes(cloudstackTestCase): cmd = resizeVolume.resizeVolumeCmd() cmd.id = rootvolume.id cmd.size = 10 + cmd.shrinkok = "true" self.apiClient.resizeVolume(cmd)