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 16:30:35 +0200 Message-ID: <3461958.LeeMAe6FG1@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-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D8A914AC7 for ; Fri, 15 Jul 2016 16:30:37 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id f65so28370277wmi.0 for ; Fri, 15 Jul 2016 07:30:37 -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" 2016-07-15 16:23, David Marchand: > On Wed, Jul 13, 2016 at 11:24 PM, Thomas Monjalon > wrote: > > 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 Thanks for giving me the idea of the nm trick. > and I trust you for the python ;-) You should not ;)