summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
diff options
context:
space:
mode:
authorDaniel P. Berrange2017-06-23 18:24:14 +0200
committerMax Reitz2017-07-11 17:44:56 +0200
commit23f831c33180656c03c5112552868e1dfa096da4 (patch)
tree5a71bb227a65bc2c8ee1d2ae4fffb0169e0ba7ab /tests/qemu-iotests
parentqcow2: add iotests to cover LUKS encryption support (diff)
downloadqemu-23f831c33180656c03c5112552868e1dfa096da4.tar.gz
qemu-23f831c33180656c03c5112552868e1dfa096da4.tar.xz
qemu-23f831c33180656c03c5112552868e1dfa096da4.zip
iotests: enable tests 134 and 158 to work with qcow (v1)
The 138 and 158 iotests exercise the legacy qcow2 aes encryption code path and they work fine with qcow v1 too. Reviewed-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170623162419.26068-16-berrange@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-xtests/qemu-iotests/1342
-rwxr-xr-xtests/qemu-iotests/1582
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/134 b/tests/qemu-iotests/134
index f851d92e84..99144151b8 100755
--- a/tests/qemu-iotests/134
+++ b/tests/qemu-iotests/134
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt qcow2
+_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
_supported_os Linux
diff --git a/tests/qemu-iotests/158 b/tests/qemu-iotests/158
index e280b798d1..823c12002e 100755
--- a/tests/qemu-iotests/158
+++ b/tests/qemu-iotests/158
@@ -37,7 +37,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt qcow2
+_supported_fmt qcow qcow2
_supported_proto generic
_unsupported_proto vxhs
_supported_os Linux