diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2013-04-16 11:14:23 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-04-22 11:37:12 +0200 |
commit | 7da94ca741e01a80afd65e107cc2cee160d1b2d2 (patch) | |
tree | 216b3b73881d055d28d1ac59be059d2def41199f /tests/qemu-iotests/group | |
parent | 1cb6f506444ddf00bb163e5ffa28ab1051b65642 (diff) |
qemu-iotests: add 053 unaligned compressed image size test
Test that qemu-img convert -c works when input image length is not a
multiple of the cluster size.
Previously an error message would be produced:
qemu-img: error while compressing sector 0: Input/output error
Now that qcow2 and qcow handle this case the test passes successfully.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 324bacbcd4..68eabdaab9 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -59,3 +59,4 @@ 050 rw auto backing quick 051 rw auto 052 rw auto backing +053 rw auto |