From: Peter Lieven Date: Mon, 3 Feb 2014 09:26:15 +0000 (+0100) Subject: qemu-iotests: blacklist test 020 for NFS protocol X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~42^2~179^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecd792fd2178570b8bcf399a86af5a6d9504437b;p=sdk%2Femulator%2Fqemu.git qemu-iotests: blacklist test 020 for NFS protocol reopening is currently not supported. Signed-off-by: Peter Lieven Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/020 b/tests/qemu-iotests/020 index 73a0429481..2f258dc6e9 100755 --- 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