Test framework: StringIO fixes for Python3 81/16381/7
authorOle Troan <ot@cisco.com>
Thu, 6 Dec 2018 16:35:12 +0000 (17:35 +0100)
committerNeale Ranns <nranns@cisco.com>
Mon, 10 Dec 2018 08:01:56 +0000 (08:01 +0000)
commit7f99183a20d60cd5c648cc23d7a2f30a594a215b
treebb3934aab296ce5fa531bfc5ab47921a113ffd26
parent521a8d7df423a0b5aaf259d49ca9230705bc25ee
Test framework: StringIO fixes for Python3

Add 2/3 support to binarytomac and mactobinary and move to vpp_mac.py

Change-Id: I3dc7e4a24486aee22140c781aae7e44e58935877
Signed-off-by: Ole Troan <ot@cisco.com>
23 files changed:
src/vpp-api/python/vpp_papi/vpp_stats.py
test/framework.py
test/run_tests.py
test/test_bond.py
test/test_dhcp.py
test/test_gbp.py
test/test_ip4_irb.py
test/test_ipip.py
test/test_l2bd_arp_term.py
test/test_mtu.py
test/test_nat.py
test/test_p2p_ethernet.py
test/test_pppoe.py
test/test_util.py [new file with mode: 0755]
test/test_vxlan.py
test/test_vxlan_gbp.py
test/util.py
test/vpp_interface.py
test/vpp_l2.py
test/vpp_mac.py
test/vpp_neighbor.py
test/vpp_papi_provider.py
test/vpp_pppoe_interface.py