From 8114cd367a7c949cec5d28d0cba864fef551c694 Mon Sep 17 00:00:00 2001 From: WangHaiLiang Date: Mon, 29 Oct 2018 16:06:10 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.gerrithub.io/431097 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- autotest.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/autotest.sh b/autotest.sh index eda001e60..7c4bdafb1 100755 --- a/autotest.sh +++ b/autotest.sh @@ -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