From a1e1b9a5e6f0160f48a330ef30ca275029b8117c Mon Sep 17 00:00:00 2001 From: Pawel Niedzwiecki Date: Thu, 25 Jan 2018 19:50:58 +0100 Subject: [PATCH] test/virtio: update test_plan.md with tests for emulated virtio-scsi-pci device Change-Id: I62bbe8422aa92224e227173fe9dbc03c739431fe Signed-off-by: Pawel Niedzwiecki Reviewed-on: https://review.gerrithub.io/396426 Tested-by: SPDK Automated Test System Reviewed-by: Jim Harris Reviewed-by: Dariusz Stojaczyk Reviewed-by: Daniel Verkamp --- test/vhost/test_plan.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/vhost/test_plan.md b/test/vhost/test_plan.md index 73afe0aed..219b45225 100644 --- a/test/vhost/test_plan.md +++ b/test/vhost/test_plan.md @@ -76,7 +76,7 @@ #### virtio initiator tests - virtio user mode: connect to vhost-scsi controller sockets directly on host - virtio pci mode: connect to virtual pci devices on guest virtual machine -- 6 concurrent jobs are run simultaneously on 4 devices with 18 virtqueues +- 6 concurrent jobs are run simultaneously on 5 devices, each with 8 virtqueues ##### kernel virtio-scsi-pci device - test support for kernel vhost-scsi device @@ -84,6 +84,10 @@ - create target and add ramdisk to it using targetcli - add created device to virtio pci tests +##### emulated virtio-scsi-pci device +- test support for QEMU emulated virtio-scsi-pci device +- add emulated virtio device "Virtio0" to virtio pci tests + ##### Test configuration - SPDK vhost application is used for testing - FIO using spdk fio_plugin: rw, randrw, randwrite, write with verification enabled.