Skip to content

Commit f1ef345

Browse files
Doug ClarkSrikanteswaraRao Talluri
authored andcommitted
Add the shrinkok flag to allow volume shrinking in resize tests
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
1 parent 8a1eed2 commit f1ef345

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/integration/smoke/test_volumes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@ def test_08_resize_volume(self):
688688
cmd = resizeVolume.resizeVolumeCmd()
689689
cmd.id = rootvolume.id
690690
cmd.size = 10
691+
cmd.shrinkok = "true"
691692

692693
self.apiClient.resizeVolume(cmd)
693694

0 commit comments

Comments
 (0)