From 0798ddf7231c35899b5aad4792c1fa6f1d0f0806 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Tue, 20 Oct 2020 12:47:16 -0400 Subject: [PATCH] test/json: remove virtio-nvme RPC The virtio nvme was removed from SPDK, so this TODO would never get implemented. Signed-off-by: Tomasz Zawadzki Change-Id: Iafa701249ed3fafa45d028f2bb929a024b78a0b6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4784 Reviewed-by: Jim Harris Reviewed-by: Changpeng Liu Tested-by: SPDK CI Jenkins --- test/json_config/json_config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/json_config/json_config.sh b/test/json_config/json_config.sh index a1165e80e..131db7dc5 100755 --- a/test/json_config/json_config.sh +++ b/test/json_config/json_config.sh @@ -323,7 +323,6 @@ function create_virtio_initiator_config() { timing_enter "${FUNCNAME[0]}" initiator_rpc bdev_virtio_attach_controller -t user -a /var/tmp/VhostScsiCtrlr0 -d scsi VirtioScsiCtrlr0 initiator_rpc bdev_virtio_attach_controller -t user -a /var/tmp/VhostBlkCtrlr0 -d blk VirtioBlk0 - # TODO: initiator_rpc bdev_virtio_attach_controller -t user -a /var/tmp/VhostNvmeCtrlr0 -d nvme VirtioNvme0 timing_exit "${FUNCNAME[0]}" }