提交 e84a9150 编写于 作者: C Cong Li

qemu.tests: Add data-plane support for virtio-scsi since RHEL.7.3.

Signed-off-by: NCong Li <coli@redhat.com>
上级 bb47a919
......@@ -75,8 +75,14 @@
variants:
- @default:
- data_plane:
only Host_RHEL.m7
only virtio_blk virtio_scsi
iothreads = iothread0
blk_extra_params_image1 = "iothread=${iothreads}"
virtio_blk:
blk_extra_params_image1 = "iothread=${iothreads}"
virtio_scsi:
no Host_RHEL.m7.u0, Host_RHEL.m7.u1, Host_RHEL.m7.u2
bus_extra_params_image1 = "iothread=${iothreads}"
- cancel_async:
wait_finished = no
cancel_timeout_image1 = 3
......
......@@ -408,13 +408,17 @@
filesize = 100
transfer_timeout = 1000
- virtio_blk_data_plane:
- with_data_plane:
only Host_RHEL.m7
only virtio_blk
only virtio_blk virtio_scsi
type = migration_multi_host_with_stress
preprocess_env = yes
iothreads = iothread0
blk_extra_params_image1 = "iothread=${iothreads}"
virtio_blk:
blk_extra_params_image1 = "iothread=${iothreads}"
virtio_scsi:
no Host_RHEL.m7.u0, Host_RHEL.m7.u1, Host_RHEL.m7.u2
bus_extra_params_image1 = "iothread=${iothreads}"
drive_werror_image1 = stop
drive_rerror_image1 = stop
bg_stress_test = autotest_control
......
......@@ -5,5 +5,10 @@
kill_vm_on_error = yes
login_timeout = 240
only ppc64 ppc64le
extra_params += " -object iothread,id=iothread0"
blk_extra_params_image1 = "iothread=iothread0"
only virtio_blk virtio_scsi
iothreads = iothread0
virtio_blk:
blk_extra_params_image1 = "iothread=${iothreads}"
virtio_scsi:
no Host_RHEL.m7.u0, Host_RHEL.m7.u1, Host_RHEL.m7.u2
bus_extra_params_image1 = "iothread=${iothreads}"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册