Commit 8a17ce8b authored by Michal Berger's avatar Michal Berger Committed by Konrad Sztyber
Browse files

test/nvmf: Move nvmf_device_removal test suite back to per-patch



The test suite was moved away to nightly due to a bug within a kernel
which was triggering sudden panic attacks while hotpluging the net
device.

After the kernel upgrade in the CI pool, the issue should be gone,
hence move the test back.

Change-Id: I5cde6b01e4f092c8e0e38e5d233698260c947fc8
Signed-off-by: default avatarMichal Berger <michal.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21425


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Reviewed-by: default avatarKarol Latecki <karol.latecki@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
parent a32086ac
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -73,8 +73,7 @@ if [[ $NET_TYPE == phy ]]; then
		if ((${#TCP_INTERFACE_LIST[@]} > 0)); then
			run_test "nvmf_perf_adq" $rootdir/test/nvmf/target/perf_adq.sh "${TEST_ARGS[@]}"
		fi
	elif [[ $RUN_NIGTLY -eq 1 ]]; then
		# FIXME: For now, lock this test suite under nightly due to https://github.com/spdk/spdk/issues/3116
	elif [[ $SPDK_TEST_NVMF_TRANSPORT == "rdma" ]]; then
		run_test "nvmf_device_removal" test/nvmf/target/device_removal.sh "${TEST_ARGS[@]}"
	fi
	run_test "nvmf_shutdown" $rootdir/test/nvmf/target/shutdown.sh "${TEST_ARGS[@]}"