]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: Drop vpc from 004's and 104's format list
authorMax Reitz <mreitz@redhat.com>
Tue, 3 Mar 2015 21:22:39 +0000 (16:22 -0500)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:24 +0000 (14:02 +0100)
Both tests require the test image to have a specific size; this cannot
be guaranteed by vpc (unless tuning the test specifically for that
format).

It is safe to exclude vpc from 004 because what is tested there is
implemented in a generic part in the block layer and not
format-specific.

It is safe to exclude vpc from 104 because for vpc basically every image
size is "unaligned", so if that would break at some point in time, we
would quickly notice just by running the generic tests.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/004
tests/qemu-iotests/104

index 651072ef896bf572138bdfc3c969540a783bb7bb..2ad77ed51410ffc6ef3cae9e2d4367f1acfba6a1 100755 (executable)
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt generic
+_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
 _supported_proto generic
 _supported_os Linux
 
index f32752bb6f44a628905681a61408e09663717416..2e35ea80df913b2a3b0ffed143f82cf2fe09d218 100755 (executable)
@@ -34,7 +34,7 @@ trap "exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt generic
+_supported_fmt raw qcow qcow2 qed vdi vmdk vhdx
 _supported_proto generic
 _supported_os Linux