projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7bf7d
)
qemu-iotests: blacklist test 020 for NFS protocol
author
Peter Lieven
<pl@kamp.de>
Mon, 3 Feb 2014 09:26:15 +0000
(10:26 +0100)
committer
Kevin Wolf
<kwolf@redhat.com>
Sun, 9 Feb 2014 08:12:38 +0000
(09:12 +0100)
reopening is currently not supported.
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/020
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/020
b/tests/qemu-iotests/020
index 73a04294816841362b2d8d41fea3c4c1108d2b70..2f258dc6e90f23521c9d96d9e29df3d7381f7ba2 100755
(executable)
--- a/
tests/qemu-iotests/020
+++ b/
tests/qemu-iotests/020
@@
-49,6
+49,11
@@
_unsupported_imgopts "subformat=monolithicFlat" \
"subformat=twoGbMaxExtentFlat" \
"subformat=twoGbMaxExtentSparse"
+# NFS does not support bdrv_reopen_prepare thus qemu-img commit fails.
+if [ "$IMGPROTO" = "nfs" ]; then
+ _notrun "image protocol $IMGPROTO does not support bdrv_commit"
+fi
+
TEST_OFFSETS="0 4294967296"
_make_test_img 6G