Commit 8b45a830 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

test/nvmf: put host tests into a timing group



Change-Id: I4efecdd273a8a83ee9f2bb249141129a0ba82ee3
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 9589f037
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,8 +114,13 @@ run_test test/nvmf/fio/fio.sh
run_test test/nvmf/filesystem/filesystem.sh
run_test test/nvmf/discovery/discovery.sh
run_test test/nvmf/nvme_cli/nvme_cli.sh

timing_enter host

run_test test/nvmf/host/identify.sh

timing_exit host

timing_exit nvmf

timing_enter cleanup
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ if ! rdma_nic_available; then
        exit 0
fi

timing_enter host
timing_enter identify

# Start up the NVMf target in another process
$rootdir/app/nvmf_tgt/nvmf_tgt -c $testdir/../nvmf.conf -m 0x2 -p 1 -s 512 -t nvmf &
@@ -38,4 +38,4 @@ $rpc_py delete_nvmf_subsystem nqn.2016-06.io.spdk:cnode1
trap - SIGINT SIGTERM EXIT

killprocess $nvmfpid
timing_exit host
timing_exit identify