summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorKevin Wolf2018-05-17 18:36:43 +0200
committerKevin Wolf2018-05-23 13:29:06 +0200
commit4e24ed138b344f50a1b6ef59ad49b8a7bac15f1b (patch)
treeeec7a5adfb17eaf570f9a873ba5a04329021341a /tests/qemu-iotests
parentqemu-iotests: Filter NFS paths (diff)
downloadqemu-4e24ed138b344f50a1b6ef59ad49b8a7bac15f1b.tar.gz
qemu-4e24ed138b344f50a1b6ef59ad49b8a7bac15f1b.tar.xz
qemu-4e24ed138b344f50a1b6ef59ad49b8a7bac15f1b.zip
qemu-iotests: 086 doesn't work with NFS
The reference output file only works for file. 'qemu-img convert -p' makes a lot more progress updates for NFS than for file, so disable the test for NFS. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-xtests/qemu-iotests/0862
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/086 b/tests/qemu-iotests/086
index cd4494a660..84e3835071 100755
--- a/tests/qemu-iotests/086
+++ b/tests/qemu-iotests/086
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
_supported_fmt qcow2 raw
-_supported_proto file nfs
+_supported_proto file
_supported_os Linux
function run_qemu_img()