summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2011-04-21 08:26:04 +0200
committerKevin Wolf <kwolf@redhat.com>2012-02-23 10:29:47 +0100
commit5177c5124545f32f15f0da96d1283c90f723839c (patch)
tree92eb449c6ededf67609792ce51de38f1dde214f2 /tests
parentdd0c35d69b31cfccaca30842787f0450ab70056c (diff)
downloadhqemu-5177c5124545f32f15f0da96d1283c90f723839c.zip
hqemu-5177c5124545f32f15f0da96d1283c90f723839c.tar.gz
qemu-iotests: only run 016 for file and sheepdog protocols
016 writes past EOF which isn't support by most protocols, so limit it to file and sheepdog, which explicitly support it. Pointed out by Josh Durgin <josh.durgin@dreamhost.com>. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/qemu-iotests/0163
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/016 b/tests/qemu-iotests/016
index 16f151f..a1467b8 100755
--- a/tests/qemu-iotests/016
+++ b/tests/qemu-iotests/016
@@ -38,9 +38,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# currently raw is the only protocol we support
_supported_fmt raw
-_supported_proto generic
+_supported_proto file sheepdog
_supported_os Linux
OpenPOWER on IntegriCloud