Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Ferruh Yigit
On 2/12/2019 11:24 AM, Thomas Monjalon wrote: > 12/02/2019 10:36, Ferruh Yigit: >> On 2/11/2019 6:38 PM, Rami Rosen wrote: >>> This patch fixes a broken build; when running >>> make test >>> we get the following error: >>> ... >>> Traceback (most recent call last): >>> File "/work/src/dpdk-19.02/

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Thomas Monjalon
12/02/2019 10:36, Ferruh Yigit: > On 2/11/2019 6:38 PM, Rami Rosen wrote: > > This patch fixes a broken build; when running > > make test > > we get the following error: > > ... > > Traceback (most recent call last): > > File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in > > num_

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread David Marchand
On Tue, Feb 12, 2019 at 10:36 AM Ferruh Yigit wrote: > Good catch! But it seems 19.02 released autotest broken, so this needs to > be > backported to 19.02: > > Cc: sta...@dpdk.org > > > Thomas, > What do you think adding autotest into DPDK community lab testing? I will > bring > the the suggesti

Re: [dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-12 Thread Ferruh Yigit
On 2/11/2019 6:38 PM, Rami Rosen wrote: > This patch fixes a broken build; when running > make test > we get the following error: > ... > Traceback (most recent call last): > File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in > num_fails = runner.run_all_tests() > File "/work/s