]> Git Repo - qemu.git/commit
iotests: Drop vpc from 004's and 104's format list
authorMax Reitz <[email protected]>
Tue, 3 Mar 2015 21:22:39 +0000 (16:22 -0500)
committerKevin Wolf <[email protected]>
Tue, 10 Mar 2015 13:02:24 +0000 (14:02 +0100)
commitaef58bdc1e7d8f37cdf838b49f160c520399c84f
treefefa53c3ea2c08e6e161906642da9d3ecd8b3f0b
parent005628bc8a1693c3dcb00ff2dc3a67cf92c61a13
iotests: Drop vpc from 004's and 104's format list

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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/004
tests/qemu-iotests/104
This page took 0.02606 seconds and 4 git commands to generate.