diff options
Diffstat (limited to 'tests/qemu-iotests/037')
-rwxr-xr-x | tests/qemu-iotests/037 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/037 b/tests/qemu-iotests/037 index 4946b9b..e6517ac 100755 --- a/tests/qemu-iotests/037 +++ b/tests/qemu-iotests/037 @@ -40,7 +40,8 @@ _supported_fmt qcow qcow2 vmdk qed _supported_proto file _unsupported_imgopts "subformat=monolithicFlat" \ "subformat=twoGbMaxExtentFlat" \ - "subformat=twoGbMaxExtentSparse" + "subformat=twoGbMaxExtentSparse" \ + "subformat=streamOptimized" CLUSTER_SIZE=4k size=128M |