mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
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>
This commit is contained in:
parent
ecd792fd21
commit
a19737f1bd
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||||
. ./common.filter
|
. ./common.filter
|
||||||
|
|
||||||
_supported_fmt raw
|
_supported_fmt raw
|
||||||
_supported_proto file sheepdog
|
_supported_proto file sheepdog nfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||||
. ./common.pattern
|
. ./common.pattern
|
||||||
|
|
||||||
_supported_fmt raw qcow2 qed
|
_supported_fmt raw qcow2 qed
|
||||||
_supported_proto file sheepdog rbd
|
_supported_proto file sheepdog rbd nfs
|
||||||
_supported_os Linux
|
_supported_os Linux
|
||||||
|
|
||||||
echo "=== Creating image"
|
echo "=== Creating image"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue