diff options
author | Max Reitz <mreitz@redhat.com> | 2017-06-21 15:11:57 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-07-11 17:44:57 +0200 |
commit | a9ed6a919360b998009508be03b056f2b7417ac5 (patch) | |
tree | 62402fa5c5bd8f66d42f23338312542b598f9091 /tests | |
parent | 12f7efd02ee4e7144b842a1437defb997b9ae66b (diff) | |
download | qemu-a9ed6a919360b998009508be03b056f2b7417ac5.zip qemu-a9ed6a919360b998009508be03b056f2b7417ac5.tar.gz qemu-a9ed6a919360b998009508be03b056f2b7417ac5.tar.bz2 |
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 <mreitz@redhat.com>
Message-id: 20170621131157.16584-1-mreitz@redhat.com
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/181 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/181 b/tests/qemu-iotests/181 index e969a2a..f73ad5a 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 |