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: WangHaiLiang <hailiangx.e.wang@intel.com> Reviewed-on: https://review.gerrithub.io/431097 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
8c89954d4b
commit
8114cd367a
@ -132,10 +132,11 @@ if [ $SPDK_TEST_NVME -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
# Only test hotplug without ASAN enabled. Since if it is
|
# Only test hotplug without ASAN enabled. Since if it is
|
||||||
# enabled, it catches SEGV earlier than our handler which
|
# enabled, it catches SEGV earlier than our handler which
|
||||||
# breaks the hotplug logic
|
# breaks the hotplug logic.
|
||||||
if [ $SPDK_RUN_ASAN -eq 0 ]; then
|
# Temporary workaround for issue #542, annotated for no VM image.
|
||||||
run_test suite test/nvme/hotplug.sh intel
|
#if [ $SPDK_RUN_ASAN -eq 0 ]; then
|
||||||
fi
|
# run_test suite test/nvme/hotplug.sh intel
|
||||||
|
#fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_test suite test/env/env.sh
|
run_test suite test/env/env.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user