From 8b45a830c40a7ff40457cbe756291f4934204d7a Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 28 Nov 2016 13:41:54 -0700 Subject: [PATCH] test/nvmf: put host tests into a timing group Change-Id: I4efecdd273a8a83ee9f2bb249141129a0ba82ee3 Signed-off-by: Daniel Verkamp --- autotest.sh | 5 +++++ test/nvmf/host/identify.sh | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/autotest.sh b/autotest.sh index 206eba8ee..0756ec600 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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 diff --git a/test/nvmf/host/identify.sh b/test/nvmf/host/identify.sh index c882e74a1..1aa7fba7c 100755 --- a/test/nvmf/host/identify.sh +++ b/test/nvmf/host/identify.sh @@ -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