test/crypto: replace unsupported with skipped
authorCiara Power <ciara.power@intel.com>
Wed, 12 May 2021 11:36:52 +0000 (11:36 +0000)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 12 May 2021 14:17:07 +0000 (16:17 +0200)
commite68012f0fdbeba2f8726b51983c4c9d051a8d1ea
treea6bc79b321c23b098ae6f760626358539e1fd185
parent8bfdd8a7f0f1c92192a0f7c5793722ff21ae3471
test/crypto: replace unsupported with skipped

Testcases were previously using -ENOTSUP and TEST_SKIPPED return
statuses interchangeably. Both resulted in the testcase not being run.

These return statuses are now standardised to TEST_SKIPPED.

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_asym.c