test/nvmf: remove extra call to perf.

Currently we test both transports under perf each time we run the nvmf
tests. Once we have created a jenkins job for the tcp transport, we will
only need to run this test against the specified transport for each job.

Change-Id: I053d11f4e6d6f4b86a3f29e6c8f43e1e196bedab
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/460714
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
This commit is contained in:
Seth Howell 2019-07-07 18:22:43 -07:00 committed by Darek Stojaczyk
parent d19b101c41
commit 3a7b6e5bd4

View File

@ -47,14 +47,6 @@ timing_enter host
run_test suite test/nvmf/host/bdevperf.sh $TEST_ARGS run_test suite test/nvmf/host/bdevperf.sh $TEST_ARGS
run_test suite test/nvmf/host/identify.sh $TEST_ARGS run_test suite test/nvmf/host/identify.sh $TEST_ARGS
run_test suite test/nvmf/host/perf.sh $TEST_ARGS run_test suite test/nvmf/host/perf.sh $TEST_ARGS
# This script has traditionally tested the tcp transport, and then
# also the rdma transport if it's available. Now that this script
# is parameterized, explicitly run the test a second time for the
# tcp transport, at least until the test pool is set up with a VM
# that can run all of the tcp tests. At that point, this whole
# script will be run twice, once for rdma and once for tcp, and
# then this second invocation can be removed.
run_test suite test/nvmf/host/perf.sh $TEST_ARGS --transport=tcp
# TODO: disabled due to intermittent failures (RDMA_CM_EVENT_UNREACHABLE/ETIMEDOUT) # TODO: disabled due to intermittent failures (RDMA_CM_EVENT_UNREACHABLE/ETIMEDOUT)
#run_test test/nvmf/host/identify_kernel_nvmf.sh $TEST_ARGS #run_test test/nvmf/host/identify_kernel_nvmf.sh $TEST_ARGS