From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] app/test: filter out unavailable tests Date: Fri, 15 Jul 2016 17:25:58 +0200 Message-ID: <19330081.cX7rTgtcsF@xps13> References: <1468445050-1081-1-git-send-email-thomas.monjalon@6wind.com> <1468445050-1081-2-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E80005586 for ; Fri, 15 Jul 2016 17:25:59 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id f65so30274185wmi.0 for ; Fri, 15 Jul 2016 08:25:59 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Some tests can fail to run because they are not compiled. > > It has been more visible recently when the PCI test became disabled > > in the default configuration because of dependency on libarchive: > > PCI autotest: Fail [Not found] > > > > The autotest script catch them and do not count them as an error anymore: > > PCI autotest: Skipped [Not Available] > > > > The commands dump_ring and dump_mempool are removed from the autotest list > > because they are some internal commands but not some registered tests. > > Thus they cannot be parsed as available test commands. > > > > Signed-off-by: Thomas Monjalon > > Suggested-by: David Marchand Series applied