From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 93591532C for ; Fri, 15 Jul 2016 16:24:10 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id f126so28265717wma.1 for ; Fri, 15 Jul 2016 07:24:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=H8uGJOw8N/s4coC2vQsyb4LnYv+thVzW0pfxSQi+TnM=; b=eZ5e1PY7ihUzaseO25NLr3XUqE2GXZE9U6zV5J7Y7bV9deoEq+0OmpbesxAoC0lOpv gj6atmBaiJip+tgu3aUdFIG9c+k149VuPiq442QXerug4IEovgV2b4rvJfOyVo2aW3s5 eqMcdBd+gOO8UC1fJYIMUENXXJoMNEhw+D4UcZW4wJZzjXL87RttT5QMxlh6uIs6bzQI LRNMAfUwEjyr5F+lp3MhseHsRMJSM0z7FE4ELtN+cH378LuD+daUBVU8EITP/CdLrVP7 RJvec/rMlCljcxrU0/pFw4bcsaOGokTuCiMRmsnCi/jDsxx9RECLkYd9AvW2mOvDhSLb G0dQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=H8uGJOw8N/s4coC2vQsyb4LnYv+thVzW0pfxSQi+TnM=; b=bA1W5EnlIzpOv4nfdpEX71pm7HTvpv7bP/Xp2IgOvQI/LUgMYpFrfCetM7tAqg+QPl bvNdxvlLXUJt1+0ksBLDcZkG4TcZlhfmX0pVSVGUl0rcDxOPmc4QsoYy+X96ZwCdgEix 1TOvBULDj2BBmorRnOLiBylSQLjo8f8sYlu8mdcE1ypewF4NCn2xUFfSbD+yz1PJiqy2 PpX47KGHlY/E+Zs0NQjmPnXoxwImqhwdL0GPozPMeh6fhTKNK1HKruGWy9BSmDqRAxdZ Zbj5WuXcKSkWbqCI/7gI2J2rULCVOQgYjnQrH91VXOOKSSq11y7usyJ8whht8hFjwaMT J/Xw== X-Gm-Message-State: ALyK8tLiXZ1IAtRbfLu85y3CcDXxc0yh69im/GoVQ3MlsBP7v3yyzMlD41tGQOHSwLtbDT5l9t8Q+CyWIQ2gE50z X-Received: by 10.194.157.36 with SMTP id wj4mr1050045wjb.135.1468592650384; Fri, 15 Jul 2016 07:24:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.46.69 with HTTP; Fri, 15 Jul 2016 07:23:50 -0700 (PDT) In-Reply-To: <1468445050-1081-2-git-send-email-thomas.monjalon@6wind.com> References: <1468445050-1081-1-git-send-email-thomas.monjalon@6wind.com> <1468445050-1081-2-git-send-email-thomas.monjalon@6wind.com> From: David Marchand Date: Fri, 15 Jul 2016 16:23:50 +0200 Message-ID: To: Thomas Monjalon Cc: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 Subject: Re: [dpdk-dev] [PATCH 2/2] app/test: filter out unavailable tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2016 14:24:10 -0000 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 and I trust you for the python ;-) -- David Marchand