Commit 196b8e6f authored by Jim Harris's avatar Jim Harris Committed by Darek Stojaczyk
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I22df9375a8fcd585884523f22dae8ba9354768d3

Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/451785


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
parent ec47f92b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ if [ $SPDK_TEST_RBD -eq 1 ]; then
fi

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

if hash pmempool; then
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

set -e

rootdir=$(readlink -f $(dirname $0))/..
rootdir=$(readlink -f $(dirname $0))/../..
source "$rootdir/scripts/common.sh"

# base_bdev will use QAT if available, otherwise AESNI