Commit 75bb8a5c authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

test/nvmf: shorten nightly nvmf+pmem test



This test ran for 10 minutes, which is half of the allotted time for the
entire nightly test run.

While we're here, remove some of the duplication - we don't need to run
both the nightly long run and the shorter normal test run of the same
test, and they should be grouped together.

Change-Id: I66385054d425fb8b032e282050fd39e927a8eb80
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/393095


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarSeth Howell <seth.howell5141@gmail.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent f95dacd5
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -30,17 +30,17 @@ run_test test/nvmf/lvol/nvmf_lvol.sh
run_test test/nvmf/shutdown/shutdown.sh

if [ $SPDK_TEST_NVML -eq 1 ]; then
	if [ $RUN_NIGHTLY -eq 1 ]; then
		run_test test/nvmf/pmem/nvmf_pmem.sh 30
	else
		run_test test/nvmf/pmem/nvmf_pmem.sh 10
	fi
fi

if [ $RUN_NIGHTLY -eq 1 ]; then
	run_test test/nvmf/multiconnection/multiconnection.sh
fi

if [ $RUN_NIGHTLY -eq 1 ] && [ $SPDK_TEST_NVML -eq 1 ]; then
	run_test test/nvmf/pmem/nvmf_pmem.sh 600
fi

timing_enter host

if [ $RUN_NIGHTLY -eq 1 ]; then