test: fix result printing
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 27 Jul 2018 09:40:11 +0000 (10:40 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 31 Jul 2018 12:53:24 +0000 (14:53 +0200)
commit9c197a2389730e0a1ad9473a5c3fb127a36d6f12
tree3cce0a634eec1e150d47fc1844d1930c4c535074
parent7413e7f2aeb3972e8f76e751243a6d4a4c84b38e
test: fix result printing

Previously, printing was done using tuple syntax, which caused
output to appear as a tuple as opposed to being one string. Fix
this by using addition operator instead.

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