diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index f649e6032..1abb5b10e 100755 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -496,6 +496,7 @@ function get_config_params() { if [[ $SPDK_TEST_SMA -eq 1 ]]; then config_params+=' --with-sma' + config_params+=' --with-crypto' fi if [ -f /usr/include/daos.h ] && [ $SPDK_TEST_DAOS -eq 1 ]; then