From 38eae859e9dbb251be6c0962847503f9ea4481b4 Mon Sep 17 00:00:00 2001 From: Xiao Yang Date: Wed, 11 May 2022 11:00:59 +0800 Subject: [PATCH] Documentation: Fix typo nvme-trtype -> nvme_trtype Fixes: 3be78490def5 ("Documentation: add document for nvme-rdma nvmeof-mp srp tests") Reviewed-by: Yi Zhang Reviewed-by: Shin'ichiro Kawasaki Signed-off-by: Xiao Yang --- Documentation/running-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/running-tests.md b/Documentation/running-tests.md index 713d7ba..586be0b 100644 --- a/Documentation/running-tests.md +++ b/Documentation/running-tests.md @@ -103,12 +103,12 @@ RUN_ZONED_TESTS=1 Most of these tests will use the rdma_rxe (soft-RoCE) driver by default. The siw (soft-iWARP) driver is also supported. ```sh To use the rdma_rxe driver: -nvme-trtype=rdma ./check nvme/ +nvme_trtype=rdma ./check nvme/ ./check nvmeof-mp/ ./check srp/ To use the siw driver: -use_siw=1 nvme-trtype=rdma ./check nvme/ +use_siw=1 nvme_trtype=rdma ./check nvme/ use_siw=1 ./check nvmeof-mp/ use_siw=1 ./check srp/ ``` -- 2.50.1