On 16-Jul-18 5:58 PM, Reshma Pattan wrote:
UTs should return either TEST_SUCCESS or TEST_FAILED only. They should not return 0, -1 and any other value.Fixes: 9c9befea4f ("test: add flow classify unit tests") CC: [email protected] CC: [email protected] CC: [email protected] Signed-off-by: Reshma Pattan <[email protected]> ---
Perhaps it should be highlighted that along with making them return TEST_SUCCESS/FAILURE, you're also fixing the -ENOMEM return in one of the code paths.
Otherwise, Reviewed-by: Anatoly Burakov <[email protected]> -- Thanks, Anatoly

