From f4cd3c08dd01b992cde570cc66ea31ea266a7219 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 9 May 2017 14:21:50 -0700 Subject: [PATCH] autotest.sh: run NVMe hotplug test on every build Change-Id: Ic15046490d1da625bb9a17d6ef3e7b27bbfbfe00 Signed-off-by: Daniel Verkamp --- autotest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest.sh b/autotest.sh index 410487ab4..175c316b9 100755 --- a/autotest.sh +++ b/autotest.sh @@ -88,8 +88,8 @@ fi if [ $SPDK_TEST_NVME -eq 1 ]; then run_test test/lib/nvme/nvme.sh + run_test test/lib/nvme/hotplug.sh intel if [ $RUN_NIGHTLY -eq 1 ]; then - run_test test/lib/nvme/hotplug.sh intel run_test test/lib/nvme/nvmemp.sh fi fi