]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
qemu-iotests: blacklist test 020 for NFS protocol
authorPeter Lieven <pl@kamp.de>
Mon, 3 Feb 2014 09:26:15 +0000 (10:26 +0100)
committerKevin 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

index 73a04294816841362b2d8d41fea3c4c1108d2b70..2f258dc6e90f23521c9d96d9e29df3d7381f7ba2 100755 (executable)
@@ -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