mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
iotests: Disable data_file where it cannot be used
Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20191107163708.833192-22-mreitz@redhat.com [mreitz: Also disable 273] Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
39d2c7dc8f
commit
3be2024aef
44 changed files with 127 additions and 53 deletions
|
@ -46,8 +46,9 @@ _supported_fmt qcow qcow2 qed vdi vhdx vmdk vpc
|
|||
_supported_proto file
|
||||
_supported_os Linux
|
||||
_require_drivers blkdebug blkverify
|
||||
# data_file would change the json:{} filenames
|
||||
_unsupported_imgopts "subformat=monolithicFlat" "subformat=twoGbMaxExtentFlat" \
|
||||
"subformat=twoGbMaxExtentSparse"
|
||||
"subformat=twoGbMaxExtentSparse" data_file
|
||||
|
||||
do_run_qemu()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue