From d94c5c18ec9404e9a998dcc4b6fabe75af002166 Mon Sep 17 00:00:00 2001 From: Pawel Niedzwiecki Date: Wed, 7 Feb 2018 21:02:50 +0100 Subject: [PATCH] test/virtio: update test_plan.md with test for kernel vhost-scsi-pci device Change-Id: I10eb18009b04ea8b298282f201fad2780e1df4d3 Signed-off-by: Pawel Niedzwiecki Reviewed-on: https://review.gerrithub.io/398821 Reviewed-by: Karol Latecki Reviewed-by: Jim Harris Reviewed-by: Daniel Verkamp Tested-by: SPDK Automated Test System --- test/vhost/test_plan.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/vhost/test_plan.md b/test/vhost/test_plan.md index 794dcfabb..73afe0aed 100644 --- a/test/vhost/test_plan.md +++ b/test/vhost/test_plan.md @@ -76,7 +76,13 @@ #### 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 3 devices with 18 virtqueues +- 6 concurrent jobs are run simultaneously on 4 devices with 18 virtqueues + +##### kernel virtio-scsi-pci device +- test support for kernel vhost-scsi device +- create 1GB ramdisk using targetcli +- create target and add ramdisk to it using targetcli +- add created device to virtio pci tests ##### Test configuration - SPDK vhost application is used for testing