mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
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>
This commit is contained in:
parent
dd0c35d69b
commit
5177c51245
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue