diff options
Diffstat (limited to 'tests/qemu-iotests/005')
-rwxr-xr-x | tests/qemu-iotests/005 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/005 b/tests/qemu-iotests/005 index 9c7681c..5844276 100755 --- a/tests/qemu-iotests/005 +++ b/tests/qemu-iotests/005 @@ -43,7 +43,8 @@ _supported_fmt generic _supported_proto generic _supported_os Linux _unsupported_imgopts "subformat=twoGbMaxExtentFlat" \ - "subformat=twoGbMaxExtentSparse" + "subformat=twoGbMaxExtentSparse" \ + "subformat=streamOptimized" # vpc is limited to 127GB, so we can't test it here if [ "$IMGFMT" = "vpc" ]; then |