From: Christoph Hellwig Date: Thu, 21 Apr 2011 06:26:04 +0000 (+0200) Subject: qemu-iotests: only run 016 for file and sheepdog protocols X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5177c5124545f32f15f0da96d1283c90f723839c;p=qmiga%2Fqemu.git 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 . Signed-off-by: Christoph Hellwig --- diff --git a/tests/qemu-iotests/016 b/tests/qemu-iotests/016 index 16f151f29d..a1467b8a3c 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