From 9589f0371a62b045109a21ddb12d326e4b521b28 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 28 Nov 2016 13:32:01 -0700 Subject: [PATCH] test/nvmf/host/identify: remove unrelated cruft This script is testing the SPDK NVMe-oF host and target code, so the kernel nvme-rdma driver should not need to be loaded. It is also not running FIO, so it doesn't need to clean up the FIO job state files. Change-Id: I3cfe619abf36885df4bdc6eecebf0e197fb869be Signed-off-by: Daniel Verkamp --- test/nvmf/host/identify.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/nvmf/host/identify.sh b/test/nvmf/host/identify.sh index c1f745929..c882e74a1 100755 --- a/test/nvmf/host/identify.sh +++ b/test/nvmf/host/identify.sh @@ -29,24 +29,13 @@ waitforlisten $nvmfpid ${RPC_PORT} bdevs="$bdevs $($rpc_py construct_malloc_bdev $MALLOC_BDEV_SIZE $MALLOC_BLOCK_SIZE)" -modprobe -v nvme-rdma - -if [ -e "/dev/nvme-fabrics" ]; then - chmod a+rw /dev/nvme-fabrics -fi - $rpc_py construct_nvmf_subsystem Virtual nqn.2016-06.io.spdk:cnode1 'transport:RDMA traddr:192.168.100.8 trsvcid:4420' '' -s SPDK00000000000001 -n "$bdevs" $rootdir/examples/nvme/identify/identify -a "$NVMF_FIRST_TARGET_IP" -s "$NVMF_PORT" -n nqn.2014-08.org.nvmexpress.discovery -t all sync $rpc_py delete_nvmf_subsystem nqn.2016-06.io.spdk:cnode1 -rm -f ./local-job0-0-verify.state -rm -f ./local-job1-1-verify.state -rm -f ./local-job2-2-verify.state - trap - SIGINT SIGTERM EXIT -nvmfcleanup killprocess $nvmfpid timing_exit host