qemu-iotests: enable test 016 and 025 to work with NFS protocol

Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
master
Peter Lieven 2014-02-03 10:26:16 +01:00 committed by Kevin Wolf
parent ecd792fd21
commit a19737f1bd
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
_supported_fmt raw
_supported_proto file sheepdog
_supported_proto file sheepdog nfs
_supported_os Linux

View File

@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.pattern
_supported_fmt raw qcow2 qed
_supported_proto file sheepdog rbd
_supported_proto file sheepdog rbd nfs
_supported_os Linux
echo "=== Creating image"