projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0c35d
)
qemu-iotests: only run 016 for file and sheepdog protocols
author
Christoph Hellwig
<hch@lst.de>
Thu, 21 Apr 2011 06:26:04 +0000
(08:26 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Thu, 23 Feb 2012 09:29:47 +0000
(10:29 +0100)
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>
tests/qemu-iotests/016
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/016
b/tests/qemu-iotests/016
index 16f151f29d76ceef621a584782f0b9c8b81d73e9..a1467b8a3c2bb150446275e342e9f32f0b63bd47 100755
(executable)
--- 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