From: Max Reitz Date: Wed, 21 Jun 2017 13:11:57 +0000 (+0200) Subject: iotests: 181 does not work for all formats X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a9ed6a919360b998009508be03b056f2b7417ac5;p=qemu.git iotests: 181 does not work for all formats Test 181 only works for formats which support live migration (naturally, as it is a live migration test). Disable it for all formats which do not. Signed-off-by: Max Reitz Message-id: 20170621131157.16584-1-mreitz@redhat.com Reviewed-by: John Snow Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/181 b/tests/qemu-iotests/181 index e969a2a94f..f73ad5af2a 100755 --- a/tests/qemu-iotests/181 +++ b/tests/qemu-iotests/181 @@ -43,6 +43,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.qemu _supported_fmt generic +# Formats that do not support live migration +_unsupported_fmt qcow vdi vhdx vmdk vpc vvfat _supported_proto generic _supported_os Linux