test/crypto: fix result when PMD is not loaded
authorCiara Power <ciara.power@intel.com>
Tue, 18 May 2021 14:19:55 +0000 (14:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 19 May 2021 08:10:13 +0000 (10:10 +0200)
commite287fc3a96ca754f95897b5925b96eed09048068
treee4fd54eb83ca727bf1c4cb88817f77f5863e5798
parent07b3c7d8e3b6513044d8f5cc45359cc42c14eb18
test/crypto: fix result when PMD is not loaded

The return value for a test when the required PMD is not loaded should
be TEST_SKIPPED, rather than TEST_FAILED.

Fixes: 8bfdd8a7f0f1 ("test/crypto: refactor to use sub test suites")

Signed-off-by: Ciara Power <ciara.power@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
app/test/test_cryptodev.c