This is another batch of python3 support. With them, "tox -e py34"
gives:
Ran 12582 tests in 14.743s
FAILED (errors=435, failures=97)
IWAMOTO Toshihiro (8):
python3: Remove use of buffer()
python3: Use b'str' for binary literals
python3: Fix dynamically added test methods
python3: Open packet data with binary mode
python3: Use formencode instead of xml_compare
python3: Avoid applying ord() to integers
python3: Use zip instead of itertools.izip
python3: Use items instead of iteritems
ryu/lib/mac.py | 17 +-
ryu/lib/packet/bgp.py | 79 +-
ryu/lib/packet/bmp.py | 39 +-
ryu/lib/packet/ipv6.py | 4 +-
ryu/lib/packet/ospf.py | 38 +-
ryu/lib/packet/packet_utils.py | 2 +-
ryu/lib/pcaplib.py | 6 +-
ryu/lib/type_desc.py | 6 +-
ryu/ofproto/nx_match.py | 6 +-
ryu/ofproto/ofproto_parser.py | 9 +-
ryu/ofproto/ofproto_v1_0_parser.py | 2 +-
ryu/ofproto/ofproto_v1_2_parser.py | 6 +-
ryu/ofproto/ofproto_v1_3_parser.py | 21 +-
ryu/ofproto/ofproto_v1_4_parser.py | 14 +-
ryu/ofproto/ofproto_v1_5_parser.py | 4 +-
ryu/ofproto/oxx_fields.py | 8 +-
ryu/services/protocols/bgp/operator/ssh.py | 2 +-
ryu/services/protocols/bgp/speaker.py | 4 +-
ryu/services/protocols/vrrp/monitor_linux.py | 4 +-
ryu/tests/integrated/test_add_flow_v12_matches.py | 2 +-
ryu/tests/integrated/test_request_reply_v12.py | 16 +-
ryu/tests/test_lib.py | 7 +-
ryu/tests/unit/lib/test_hub.py | 2 +-
ryu/tests/unit/lib/test_mac.py | 12 +-
ryu/tests/unit/lib/test_of_config_classes.py | 2 +-
ryu/tests/unit/lib/test_ofp_pktinfilter.py | 2 +-
ryu/tests/unit/lib/test_pack_utils.py | 3 +-
ryu/tests/unit/lib/test_stringify.py | 4 +-
ryu/tests/unit/ofproto/test_ofproto_parser.py | 7 +-
ryu/tests/unit/ofproto/test_parser.py | 10 +-
ryu/tests/unit/ofproto/test_parser_compat.py | 6 +-
ryu/tests/unit/ofproto/test_parser_ofpmatch.py | 8 +-
ryu/tests/unit/ofproto/test_parser_ofpstats.py | 10 +-
ryu/tests/unit/ofproto/test_parser_v10.py | 1190 ++++++++++-----------
ryu/tests/unit/ofproto/test_parser_v12.py | 10 +-
ryu/tests/unit/packet/test_bfd.py | 86 +-
ryu/tests/unit/packet/test_bgp.py | 4 +-
ryu/tests/unit/packet/test_dhcp.py | 24 +-
ryu/tests/unit/packet/test_icmp.py | 28 +-
ryu/tests/unit/packet/test_icmpv6.py | 245 ++---
ryu/tests/unit/packet/test_igmp.py | 65 +-
ryu/tests/unit/packet/test_ipv4.py | 10 +-
ryu/tests/unit/packet/test_ipv6.py | 18 +-
ryu/tests/unit/packet/test_lldp.py | 152 +--
ryu/tests/unit/packet/test_packet.py | 332 +++---
ryu/tests/unit/packet/test_sctp.py | 286 ++---
ryu/tests/unit/packet/test_slow.py | 2 +-
ryu/tests/unit/packet/test_tcp.py | 12 +-
tools/test-requires | 2 +-
49 files changed, 1444 insertions(+), 1384 deletions(-)
--
2.1.4
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors
network devices and physical & virtual servers, alerts via email & sms
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel