test/flow_classify: fix return types
authorReshma Pattan <reshma.pattan@intel.com>
Tue, 17 Jul 2018 16:44:45 +0000 (17:44 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Jul 2018 19:42:41 +0000 (21:42 +0200)
commit4f872116c59a1342dd7ab7165adf05a624480b70
tree4527aaa1c50b846b5c510513d7ee29945e507c05
parent786b29255c492ed000957367e9317433ba4bb17b
test/flow_classify: fix return types

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: stable@dpdk.org
Signed-off-by: Reshma Pattan <reshma.pattan@intel.com>
Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/test_flow_classify.c