提交 b82a2a38 编写于 作者: X Xu Tian 提交者: GitHub

Merge pull request #760 from xutian/fix_cdformat_q35

tests.cfg: add q35 support for windows driver related tests
......@@ -38,6 +38,8 @@
- with_block:
drive_format_image1 = ide
q35:
drive_format_image1 = ahci
images += " stg"
image_name_stg = "images/storage"
image_size_stg = 4G
......@@ -51,6 +53,9 @@
- with_vioscsi:
cd_format_fixed = ide
drive_format_image1 = ide
q35:
cd_format_fixed = ahci
drive_format_image1 = ahci
images += " stg"
image_name_stg = "images/storage"
image_size_stg = 4G
......
......@@ -22,6 +22,8 @@
driver_name = viostor
run_bgstress = iozone_windows
drive_format_image1 = ide
q35:
drive_format_image1 = ahci
cdrom_cd1 = isos/windows/winutils.iso
images += " stg"
image_name_stg = "images/storage"
......@@ -42,6 +44,9 @@
run_bgstress = iozone_windows
cd_format_fixed = ide
drive_format_image1 = ide
q35:
cd_format_fixed = ahci
drive_format_image1 = ahci
cdrom_cd1 = isos/windows/winutils.iso
images += " stg"
image_name_stg = "images/storage"
......
......@@ -33,6 +33,8 @@
driver_name = viostor
device_name = "Red Hat VirtIO SCSI controller"
drive_format_image1 = ide
q35:
drive_format_image1 = ide
images += " stg"
image_name_stg = "images/storage"
image_size_stg = 4G
......@@ -46,8 +48,11 @@
no virtio_blk
driver_name = vioscsi
device_name = "Red Hat VirtIO SCSI pass-through controller"
cd_format_fixed =ide
cd_format_fixed = ide
drive_format_image1 = ide
q35:
cd_format_fixed = ahci
drive_format_image1 = ahci
images += " stg"
image_name_stg = "images/storage"
image_size_stg = 4G
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册