From 3a7b6e5bd4a8f9201d64727cc40decafa94397ba Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Sun, 7 Jul 2019 18:22:43 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/460714 Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Ben Walker Reviewed-by: Karol Latecki --- test/nvmf/nvmf.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/nvmf/nvmf.sh b/test/nvmf/nvmf.sh index f7d6bbb93..87fe52def 100755 --- a/test/nvmf/nvmf.sh +++ b/test/nvmf/nvmf.sh @@ -47,14 +47,6 @@ timing_enter host 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/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) #run_test test/nvmf/host/identify_kernel_nvmf.sh $TEST_ARGS