With these changes, ofproto is mostly python3 ready.
Packet library still needs some more fixes.

IWAMOTO Toshihiro (7):
  python3: Restore original str()s where six.binary_type shouldn't be
    used
  python3: Use 'str' not b'str' for user test data
  python3: Use six.binary_type for I/O of ryu.lib.rpc
  python3: Use b'str' for binary data
  python3: Make ryu.utils.hex_array functional
  python3: Make stringify test functional
  python3: Misc. python3 fix

 ryu/lib/rpc.py                             |  5 +-
 ryu/ofproto/ofproto_v1_3_parser.py         |  6 +-
 ryu/ofproto/ofproto_v1_4_parser.py         |  6 +-
 ryu/services/protocols/vrrp/rpc_manager.py |  6 +-
 ryu/tests/switch/tester.py                 |  6 +-
 ryu/tests/unit/lib/test_rpc.py             | 98 +++++++++++++++---------------
 ryu/tests/unit/lib/test_stringify.py       | 12 +++-
 ryu/tests/unit/ofproto/test_oxm.py         |  4 +-
 ryu/tests/unit/ofproto/test_oxs.py         |  2 +-
 ryu/tests/unit/ofproto/test_parser_v13.py  |  4 +-
 ryu/tests/unit/test_utils.py               |  4 +-
 ryu/utils.py                               | 17 ++++--
 12 files changed, 93 insertions(+), 77 deletions(-)

-- 
2.1.4


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to