]> www.infradead.org Git - users/hch/blktests.git/commitdiff
Documentation: Fix typo nvme-trtype -> nvme_trtype
authorXiao Yang <yangx.jy@fujitsu.com>
Wed, 11 May 2022 03:00:59 +0000 (11:00 +0800)
committerOmar Sandoval <osandov@fb.com>
Tue, 17 May 2022 23:47:45 +0000 (16:47 -0700)
Fixes: 3be78490def5 ("Documentation: add document for nvme-rdma nvmeof-mp srp tests")
Reviewed-by: Yi Zhang <yi.zhang@redhat.com>
Reviewed-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com>
Documentation/running-tests.md

index 713d7bacbb63d7172cf3b91fb8b9af33d559b240..586be0b47a7ca9153a9f7eedf6634575d7176482 100644 (file)
@@ -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/
 ```