From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] test: fix incorrect return types Date: Thu, 26 Jul 2018 21:41:39 +0200 Message-ID: <1556802.MBqCuf5VGY@xps> References: <1531831199-9952-1-git-send-email-reshma.pattan@intel.com> <1531845885-23432-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com, jasvinder.singh@intel.com, bernard.iremonger@intel.com, stable@dpdk.org To: Reshma Pattan Return-path: In-Reply-To: <1531845885-23432-1-git-send-email-reshma.pattan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 17/07/2018 18:44, Reshma Pattan: > 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: jasvinder.singh@intel.com > CC: bernard.iremonger@intel.com > CC: stable@dpdk.org > > Signed-off-by: Reshma Pattan > Reviewed-by: Anatoly Burakov Applied, thanks