summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2014-01-30 12:52:47 +0100
committerKevin Wolf <kwolf@redhat.com>2014-02-09 09:12:38 +0100
commitf51062061e6adf64a879177f35ff5c6babb63e7e (patch)
treed606ed60c6c18878fea9261b81bbeb3ca71c532a
parent1f6b12f75f2c22f861d0202374033a7594c91707 (diff)
downloadhqemu-f51062061e6adf64a879177f35ff5c6babb63e7e.zip
hqemu-f51062061e6adf64a879177f35ff5c6babb63e7e.tar.gz
qemu-iotest: Make 077 raw-only
The qemu-io command sequences make the assumption that an unaligned request on the format layer will be unaligned on the blkdebug layer as well. This doesn't necessarily hold true for drivers other than raw. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: BenoƮt Canet <benoit@irqsave.net>
-rwxr-xr-xtests/qemu-iotests/0772
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077
index bbf7b51..4dd1bdd 100755
--- a/tests/qemu-iotests/077
+++ b/tests/qemu-iotests/077
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt generic
+_supported_fmt raw
_supported_proto generic
_supported_os Linux
OpenPOWER on IntegriCloud