test/nvmf: put host tests into a timing group
Change-Id: I4efecdd273a8a83ee9f2bb249141129a0ba82ee3 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
9589f0371a
commit
8b45a830c4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user