Re: [dpdk-dev] [PATCH v2 7/9] app/test: support python3 only

2020-06-26 Thread Burakov, Anatoly
On 17-Jun-20 4:10 PM, Louise Kilheeney wrote: Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed use of iter function as not needed for python3. --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly

[dpdk-dev] [PATCH v2 7/9] app/test: support python3 only

2020-06-17 Thread Louise Kilheeney
Changed script to explicitly use python3 only to avoid maintaining python 2. Signed-off-by: Louise Kilheeney --- v2: removed use of iter function as not needed for python3. --- app/test/autotest.py| 3 +-- app/test/autotest_data.py | 1 + app/test/autotest_runner.py | 19