test: make autotest runner python 2/3 compliant
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 27 Jul 2018 09:40:13 +0000 (10:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 31 Jul 2018 14:34:38 +0000 (16:34 +0200)
commit3efeed3db348ab560dd2413c6205216745f84088
treebfcfde2a2fbe490c4ffccac1651f0b6eafd86386
parent5a6feec6c89aa657ad9d2568379da6d71d4433c3
test: make autotest runner python 2/3 compliant

Autotest runner was still using python 2-style print syntax. Fix
it by importing print function from the future, and fix the calls
to be python-3 style.

Fixes: 54ca545dce4b ("make python scripts python2/3 compliant")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
test/test/autotest_runner.py