VPP-1508: Tests: Fix vpp_api struct.error under py3. 30/18130/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 8 Mar 2019 01:55:33 +0000 (17:55 -0800)
committerOle Trøan <otroan@employees.org>
Mon, 11 Mar 2019 09:20:04 +0000 (09:20 +0000)
commit22ab6f7cbb0f6139302aa6ca9f0c96dba17a37a7
tree8995c48ce73519b8adc0c2b484e7a5eee66c28ff
parenteb9a27f247e521a80ce5a3ab31b1e3a483afefab
VPP-1508: Tests: Fix vpp_api struct.error under py3.

Fix struct.error: expected bytes object got <class 'str'>

Change-Id: I837ae6e97e44c789a9372677151b157956525334
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
15 files changed:
test/lisp.py
test/test_gbp.py
test/test_ip4.py
test/test_ip6.py
test/test_lisp.py
test/test_memif.py
test/test_nat.py
test/test_punt.py
test/test_sctp.py
test/test_session.py
test/test_tcp.py
test/test_vcl.py
test/test_vhost.py
test/vpp_memif.py
test/vpp_papi_provider.py