]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol
authorThomas Huth <thuth@redhat.com>
Fri, 15 Mar 2024 11:11:06 +0000 (12:11 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2024 12:31:54 +0000 (13:31 +0100)
commit9677061ef1b7c6bef321feb4dc82eb7e5e024bcd
tree39cbff366fc38047add16878c3c81bd9b0e61f92
parente7a271bee991ed3db338e1575ba512a1bbe3ef50
tests/qemu-iotests: Restrict tests that use --image-opts to the 'file' protocol

These tests 188, 189 and 198 use qemu-io with --image-opts with additional
hard-coded parameters for the file protocol, so they cannot work for other
protocols. Thus we have to limit these tests to the file protocol only.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240315111108.153201-8-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/188
tests/qemu-iotests/189
tests/qemu-iotests/198