test/crypto: move test suite parameters to header file
authorCiara Power <ciara.power@intel.com>
Wed, 12 May 2021 11:36:53 +0000 (11:36 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 12 May 2021 14:17:07 +0000 (16:17 +0200)
commitda74df7d38c0bcf5c147cc3f576e7aafde2f5655
tree833b010b7c286558615e5659cc70c2e71b102dd5
parente68012f0fdbeba2f8726b51983c4c9d051a8d1ea
test/crypto: move test suite parameters to header file

The testsuite params struct and ut functions are now in the cryptodev
test header file. This will allow them be used outside of the
cryptodev_test.c file. They will be used in a subsequent patch by the
blockcipher test.

As a result of this change, slight renaming changes were necessary
for ipsec and asym tests, to avoid a clash in names.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
Tested-by: Ruifeng Wang <ruifeng.wang@arm.com>
app/test/test_cryptodev.c
app/test/test_cryptodev.h
app/test/test_cryptodev_asym.c
app/test/test_ipsec.c