cf43d9d04b
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>