From 924834fdfd4adbc96e9ebdaf02467cacd485b1ae Mon Sep 17 00:00:00 2001 From: yidong0635 Date: Thu, 6 Dec 2018 09:09:47 -0500 Subject: [PATCH] vagrant: add default SPDK_TEST_CRYPTO=0 in config Add SPDK_TEST_CRYPTO to switch crpto case which is the same as other modules in spdk. Change-Id: If1b99fe1d409437c538be9d09603b059276b7e74 Signed-off-by: yidong0635 Reviewed-on: https://review.gerrithub.io/436276 Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- scripts/vagrant/autorun-spdk.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vagrant/autorun-spdk.conf b/scripts/vagrant/autorun-spdk.conf index f4998d2f3..4a2c885c3 100644 --- a/scripts/vagrant/autorun-spdk.conf +++ b/scripts/vagrant/autorun-spdk.conf @@ -10,6 +10,7 @@ SPDK_TEST_NVME=0 SPDK_TEST_NVME_CLI=0 SPDK_TEST_NVMF=1 SPDK_TEST_RBD=0 +SPDK_TEST_CRYPTO=0 # requires some extra configuration. see TEST_ENV_SETUP_README SPDK_TEST_VHOST=0 SPDK_TEST_VHOST_INIT=0