mbox

[v3,0/2] Crypto test refactoring (first phase)

Message ID 1586886056-221547-1-git-send-email-pablo.de.lara.guarch@intel.com (mailing list archive)
Headers

Message

De Lara Guarch, Pablo April 14, 2020, 5:40 p.m. UTC
  This patchset adds crypto capability checks
in the cryptodev test code, to be able to skip unsupported
test cases for each crypto device, according to their
capabilities.

Thanks to this patchset, there is no more need to check
for internal PMD information in the test code, making it
more "device-agnostic".

Pablo de Lara (2):
  test/crypto: add capability check
  test/crypto: do not check for internal PMD information

 app/test/test_cryptodev_blockcipher.c       | 49 +++++++++++++++++++++++++++++
 app/test/test_cryptodev_hash_test_vectors.h | 25 ---------------
 2 files changed, 49 insertions(+), 25 deletions(-)