Commit 73c61bb5 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

test/iscsi_tgt: remove nightly iSCSI + pmem test



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

Additionally, we should be testing each bdev backend at the component
level (e.g. via bdevio and bdevperf), rather than trying to add tests
for the whole matrix of front-end app (iscsi_tgt, nvmf_tgt, etc.) with
each bdev backend.

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


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 377827db
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -38,10 +38,6 @@ if [ $SPDK_TEST_NVML -eq 1 ]; then
	run_test ./test/iscsi_tgt/pmem/iscsi_pmem.sh 4096 10
fi

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

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