test/crypto: refactor unit tests
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Mon, 20 Jan 2020 13:11:44 +0000 (14:11 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 5 Feb 2020 14:17:36 +0000 (15:17 +0100)
commit842aade2aa4019f964e9122ada0f18514af9ba10
tree1b6f56947c498d60e510b9773c189290e935fe9f
parent7c87e2d7b3597bc9fdb9a5f462f9bdfe24edcf3d
test/crypto: refactor unit tests

This patch gets rid of individual functions that all call
test_blockcipher_all_tests separately for every PMD and instead
provides just one set universal for all PMDs that's basing on the
driver id from the global variable gbl_driver_id.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
Tested-by: Akhil Goyal <akhil.goyal@nxp.com>
app/test/test_cryptodev.c