Commit 9d98a82e authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

test/nvmf: Disable nvmf_device_removal suite



This suite wreaks havoc under our phy CI infra, especially while
running under Mellanox ConnectX-4 Lx NICs. We had couple of attempts
to try and mitigate this (kernel upgrades, different patches applied
on top of the kernel) but the issue is still there.

With that in mind, disable these tests until further notice.

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


Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent 746549cf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,3 +69,8 @@ core_load

# TODO: remove this once CI is updated with libkeyutils
keyring_linux

# Disabled due to https://github.com/spdk/spdk/issues/3345
nvmf_device_removal
nvmf_device_removal_pci_remove_no_srq
nvmf_device_removal_pci_remove
+2 −1
Original line number Diff line number Diff line
@@ -76,7 +76,8 @@ if [[ $NET_TYPE == phy ]]; then
			run_test "nvmf_perf_adq" $rootdir/test/nvmf/target/perf_adq.sh "${TEST_ARGS[@]}"
		fi
	elif [[ $SPDK_TEST_NVMF_TRANSPORT == "rdma" ]]; then
		run_test "nvmf_device_removal" test/nvmf/target/device_removal.sh "${TEST_ARGS[@]}"
		# Disabled due to https://github.com/spdk/spdk/issues/3345
		# run_test "nvmf_device_removal" test/nvmf/target/device_removal.sh "${TEST_ARGS[@]}"
		run_test "nvmf_srq_overwhelm" "$rootdir/test/nvmf/target/srq_overwhelm.sh" "${TEST_ARGS[@]}"
	fi
	run_test "nvmf_shutdown" $rootdir/test/nvmf/target/shutdown.sh "${TEST_ARGS[@]}"