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

test/nvmf: Move the nvmf_device_removal test to nightly

This is temporary mitigation targeting the following issue:
https://github.com/spdk/spdk/issues/3116



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


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
parent a9837c70
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -74,3 +74,8 @@ vhost_scsi_cores_2ctrl
busy
balanced
core_load

# Temporarily disable due to https://github.com/spdk/spdk/issues/3116 (kept in nightly)
nvmf_device_removal
nvmf_device_removal_pci_remove
nvmf_device_removal_pci_remove_no_srq
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ 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
	else
	elif [[ $RUN_NIGTLY -eq 1 ]]; then
		# FIXME: For now, lock this test suite under nightly due to https://github.com/spdk/spdk/issues/3116
		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[@]}"