test/crypto: skip unsupported cases
authorAkhil Goyal <akhil.goyal@nxp.com>
Thu, 16 Jul 2020 19:07:13 +0000 (00:37 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 20 Jul 2020 10:19:24 +0000 (15:49 +0530)
commitcf43d9d04b935e3796331e453adedc3aabbedd12
tree1035fa76240083d0cfeacce55fefdb61e11359e8
parent8e693616fcb20fc03f9460836dde9c5e5eeff95d
test/crypto: skip unsupported cases

blockcipher cases are either returning TEST_SUCCESS
or TEST_FAILED as status, but the test may not be
supported by the PMD which is also a success case
for the PMD. Hence checking for status == TEST_FAILED
for setting the overall status as failed.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Ankur Dwivedi <adwivedi@marvell.com>
app/test/test_cryptodev_blockcipher.c