test/crypto: move gen_crypto.sh to test directory
This script is not general purpose like gen_nvme.sh, so move it to the test directory at least for now. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I22df9375a8fcd585884523f22dae8ba9354768d3 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451785 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
ec47f92b9b
commit
196b8e6f27
@ -69,7 +69,7 @@ if [ $SPDK_TEST_RBD -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $SPDK_TEST_CRYPTO -eq 1 ]; then
|
if [ $SPDK_TEST_CRYPTO -eq 1 ]; then
|
||||||
$rootdir/scripts/gen_crypto.sh Malloc6 Malloc7 >> $testdir/bdev.conf
|
$testdir/gen_crypto.sh Malloc6 Malloc7 >> $testdir/bdev.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if hash pmempool; then
|
if hash pmempool; then
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rootdir=$(readlink -f $(dirname $0))/..
|
rootdir=$(readlink -f $(dirname $0))/../..
|
||||||
source "$rootdir/scripts/common.sh"
|
source "$rootdir/scripts/common.sh"
|
||||||
|
|
||||||
# base_bdev will use QAT if available, otherwise AESNI
|
# base_bdev will use QAT if available, otherwise AESNI
|
Loading…
Reference in New Issue
Block a user