VPP-1508: Python3 tests. Explicitly specify string formatting. 72/18072/5
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 6 Mar 2019 16:23:58 +0000 (08:23 -0800)
committerOle Trøan <otroan@employees.org>
Thu, 7 Mar 2019 22:29:00 +0000 (22:29 +0000)
commitea2450fa2d1e8ba0295ea9861a404796100dad1e
treeabc11c27a65c8af6f839ea0af73cac5560933c3b
parent4a4cea02ef82793232cab4d878baca5cf0134966
VPP-1508: Python3 tests.  Explicitly specify string formatting.

.format() doesn't understand what to do with binary values by default.
Specify that we expect coersion to string.

Change-Id: Ic4b697f70852124dc85ab231f76b7934d0d71f4d
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py
test/lisp.py
test/log.py
test/test_acl_plugin_macip.py
test/test_classifier.py
test/test_classifier_ip6.py
test/test_classify_l2_acl.py
test/test_ip4.py
test/test_lisp.py
test/test_p2p_ethernet.py
test/test_srv6.py