You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ta...@apache.org on 2014/05/23 08:23:52 UTC

git commit: updated refs/heads/4.4-forward to 960b4d1

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 12e552b06 -> 960b4d189


Add the shrinkok flag to allow volume shrinking in resize tests

Signed-off-by: SrikanteswaraRao Talluri <ta...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/960b4d18
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/960b4d18
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/960b4d18

Branch: refs/heads/4.4-forward
Commit: 960b4d1896119c94dcba6670de92cd8791320891
Parents: 12e552b
Author: Doug Clark <do...@citrix.com>
Authored: Thu May 22 15:13:49 2014 +0000
Committer: SrikanteswaraRao Talluri <ta...@apache.org>
Committed: Fri May 23 11:53:10 2014 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_volumes.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/960b4d18/test/integration/smoke/test_volumes.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_volumes.py b/test/integration/smoke/test_volumes.py
index cc76e49..6d55f12 100644
--- a/test/integration/smoke/test_volumes.py
+++ b/test/integration/smoke/test_volumes.py
@@ -672,6 +672,7 @@ class TestVolumes(cloudstackTestCase):
         cmd                = resizeVolume.resizeVolumeCmd()
         cmd.id             = rootvolume.id
         cmd.size           = 10
+        cmd.shrinkok       = "true"
 
         self.apiClient.resizeVolume(cmd)