]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: enable tests 134 and 158 to work with qcow (v1)
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 23 Jun 2017 16:24:14 +0000 (17:24 +0100)
committerMax Reitz <mreitz@redhat.com>
Tue, 11 Jul 2017 15:44:56 +0000 (17:44 +0200)
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>
tests/qemu-iotests/134
tests/qemu-iotests/158

index f851d92e8470a0eb765c6b1d51e81c0ee5cd62f4..99144151b82c04c60793d4e61b8cd6501e0b6f31 100755 (executable)
@@ -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
index e280b798d19c08963b8dbe5d97c51369ce3d9244..823c12002eba2e79faebae94a1a8887cd1f1f112 100755 (executable)
@@ -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