projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8908b25
)
qemu-iotests: 086 doesn't work with NFS
author
Kevin Wolf
<kwolf@redhat.com>
Thu, 17 May 2018 16:36:43 +0000
(18:36 +0200)
committer
Kevin Wolf
<kwolf@redhat.com>
Wed, 23 May 2018 11:29:06 +0000
(13:29 +0200)
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>
tests/qemu-iotests/086
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/086
b/tests/qemu-iotests/086
index cd4494a6603a4778060e9fac998e945c6b28470e..84e38350719c54da184c43eda608a5bcdbc72abe 100755
(executable)
--- 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()