mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 02:58:29 +00:00
tests/qemu-iotests: Restrict test 134 and 158 to the 'file' protocol
Commitb25b387fa5updated the iotests 134 and 158 to use the --image-opts parameter for qemu-io with file protocol related options, but forgot to update the _supported_proto line accordingly. So let's do that now. Fixes:b25b387fa5("qcow2: convert QCow2 to use QCryptoBlock for encryption") Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20240315111108.153201-6-thuth@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
. ./common.filter
|
||||
|
||||
_supported_fmt qcow qcow2
|
||||
_supported_proto generic
|
||||
_supported_proto file
|
||||
|
||||
|
||||
size=128M
|
||||
|
||||
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
|
||||
. ./common.filter
|
||||
|
||||
_supported_fmt qcow qcow2
|
||||
_supported_proto generic
|
||||
_supported_proto file
|
||||
|
||||
|
||||
size=128M
|
||||
|
||||
Reference in New Issue
Block a user