[dpdk-dev] [PATCH 2/2] app/test: filter out unavailable tests

2016-07-15 Thread Thomas Monjalon
> > 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

[dpdk-dev] [PATCH 2/2] app/test: filter out unavailable tests

2016-07-15 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH 2/2] app/test: filter out unavailable tests

2016-07-15 Thread 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] >

[dpdk-dev] [PATCH 2/2] app/test: filter out unavailable tests

2016-07-14 Thread Thomas Monjalon
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