From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: add missing fbarray autotest to test script Date: Wed, 01 Aug 2018 16:00:11 +0200 Message-ID: <1681818.bV3RhLROjY@xps> References: <69e4997c3a314be590fefc6ffc15ec1a5d60ca3c.1533124026.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, reshma.pattan@intel.com To: Anatoly Burakov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 40B9F5F13 for ; Wed, 1 Aug 2018 16:00:21 +0200 (CEST) In-Reply-To: <69e4997c3a314be590fefc6ffc15ec1a5d60ca3c.1533124026.git.anatoly.burakov@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" 01/08/2018 13:52, Anatoly Burakov: > Fbarray autotests were added, but the script command was missing. > Add it, so that fbarray autotest can be executed as part of > autotest script. > > Fixes: 7985860c18af ("test/fbarray: add autotests") > > Signed-off-by: Anatoly Burakov Applied, thanks