test: Disable crypto tests
These didn't run on 18.10 because there wasn't hardware available. Disable them now that the pool does have hardware available. Change-Id: I4f23de800d85adc11e1381237a544ffc1caed41a Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448069 Reviewed-by: Jim Harris <james.r.harris@intel.com> Tested-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
f30e745cc5
commit
fa3ea35e0f
@ -60,7 +60,9 @@ fi
|
||||
: ${SPDK_RUN_ASAN=1}; export SPDK_RUN_ASAN
|
||||
: ${SPDK_RUN_UBSAN=1}; export SPDK_RUN_UBSAN
|
||||
: ${SPDK_RUN_INSTALLED_DPDK=1}; export SPDK_RUN_INSTALLED_DPDK
|
||||
: ${SPDK_TEST_CRYPTO=1}; export SPDK_TEST_CRYPTO
|
||||
|
||||
SPDK_TEST_CRYPTO=0
|
||||
export SPDK_TEST_CRYPTO
|
||||
|
||||
if [ -z "$DEPENDENCY_DIR" ]; then
|
||||
export DEPENDENCY_DIR=/home/sys_sgsw
|
||||
|
Loading…
Reference in New Issue
Block a user