From 12edc43a8030de1c5619b02560e72c6f63e2a484 Mon Sep 17 00:00:00 2001 From: Cong Li Date: Fri, 28 Oct 2016 11:14:53 +0800 Subject: [PATCH] qemu.tests.win_virtio_driver_update_test: add missing param "target_process". Signed-off-by: Cong Li --- qemu/tests/cfg/win_virtio_driver_update_test.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu/tests/cfg/win_virtio_driver_update_test.cfg b/qemu/tests/cfg/win_virtio_driver_update_test.cfg index 15666ba0..d3f4b367 100644 --- a/qemu/tests/cfg/win_virtio_driver_update_test.cfg +++ b/qemu/tests/cfg/win_virtio_driver_update_test.cfg @@ -58,6 +58,7 @@ nic_model_nic2 = rtl8139 device_name = "Red Hat VirtIO Ethernet Adapter" hostpassword = redhat + target_process = netperf.exe run_bgstress = netperf_stress netperf_link = netperf-2.6.0.tar.bz2 server_path = /var/tmp/ @@ -73,6 +74,7 @@ - with_viostor: driver_name = viostor device_name = "Red Hat VirtIO SCSI controller" + target_process = iozone.exe run_bgstress = iozone_windows drive_format_image1 = ide images += " stg" @@ -91,6 +93,7 @@ - with_vioscsi: driver_name = vioscsi device_name = "Red Hat VirtIO SCSI pass-through controller" + target_process = iozone.exe run_bgstress = iozone_windows drive_format_image1 = ide images += " stg" -- GitLab