aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/181
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-03-08 17:59:29 +0100
committerKevin Wolf <kwolf@redhat.com>2018-03-19 12:01:39 +0100
commite1473133f7c358abf118b3d8b1d302f3125dd8f3 (patch)
treeb035fd1905168772bbf4ca85d09acd3172aff6fd /tests/qemu-iotests/181
parent1511b4904001589172dc771e3d3e280839c37b94 (diff)
downloadqemu-e1473133f7c358abf118b3d8b1d302f3125dd8f3.zip
qemu-e1473133f7c358abf118b3d8b1d302f3125dd8f3.tar.gz
qemu-e1473133f7c358abf118b3d8b1d302f3125dd8f3.tar.bz2
qemu-iotests: Enable write tests for parallels
Originally we added parallels as a read-only format to qemu-iotests where we did just some tests with a binary image. Since then, write and image creation support has been added to the driver, so we can now enable it in _supported_fmt generic. The driver doesn't support migration yet, though, so we need to add it to the list of exceptions in 181. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/181')
-rwxr-xr-xtests/qemu-iotests/1812
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/181 b/tests/qemu-iotests/181
index 0c91e8f..5e767c6 100755
--- a/tests/qemu-iotests/181
+++ b/tests/qemu-iotests/181
@@ -44,7 +44,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt generic
# Formats that do not support live migration
-_unsupported_fmt qcow vdi vhdx vmdk vpc vvfat
+_unsupported_fmt qcow vdi vhdx vmdk vpc vvfat parallels
_supported_proto generic
_supported_os Linux