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

No differences found