Commit 8114cd36 authored by WangHaiLiang's avatar WangHaiLiang Committed by Jim Harris
Browse files

hotplug: annotated temporarily for no base_img



hotplug.sh skipped in NIGHTLY test for no VM image.
We disable the case temporarily before finding the
missing VM image.

Change-Id: I43afdaa647a85c8fc2c846f79b26885fd541b3f8
Signed-off-by: default avatarWangHaiLiang <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.gerrithub.io/431097


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 8c89954d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -132,10 +132,11 @@ if [ $SPDK_TEST_NVME -eq 1 ]; then
	fi
	# Only test hotplug without ASAN enabled. Since if it is
	# enabled, it catches SEGV earlier than our handler which
	# breaks the hotplug logic
	if [ $SPDK_RUN_ASAN -eq 0 ]; then
		run_test suite test/nvme/hotplug.sh intel
	fi
	# breaks the hotplug logic.
	# Temporary workaround for issue #542, annotated for no VM image.
	#if [ $SPDK_RUN_ASAN -eq 0 ]; then
	#	run_test suite test/nvme/hotplug.sh intel
	#fi
fi

run_test suite test/env/env.sh