Re: [dpdk-dev] [PATCH v4 5/9] app/test-cmdline: support python3 only

2020-08-12 Thread Bruce Richardson
On Tue, Aug 04, 2020 at 03:07:34PM +0100, Louise Kilheeney wrote: > Changed script to explicitly use python3 only to avoid > maintaining python 2 and removed deprecation notice. > > Cc: Olivier Matz > > Signed-off-by: Louise Kilheeney > --- With this patch applied I'm seeing a failure with the

[dpdk-dev] [PATCH v4 5/9] app/test-cmdline: support python3 only

2020-08-04 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2 and removed deprecation notice. Cc: Olivier Matz Signed-off-by: Louise Kilheeney --- app/test-cmdline/cmdline_test.py | 7 +-- app/test-cmdline/cmdline_test_data.py | 1 + mk/rte.sdktest.mk