Currently, the switch test tool pass the unit tests (with some warning),
but the tool does not work enough with Python3.

The following patches fix the switch test tool and the test pattern
files in order to adopt to Python3 syntax.

IWASE Yusuke (5):
  tester: Adapt to Python3 dictview
  tester: Strict string argument encoding in Python3
  tester: Remove too broad exception handling
  tester: Enable to sort instructions instance by type
  tester: Use six.binary_type for binary data comparison

 ryu/tests/switch/of13/action/00_OUTPUT.json        | 20 +++---
 ryu/tests/switch/of13/action/11_COPY_TTL_OUT.json  | 16 ++---
 ryu/tests/switch/of13/action/12_COPY_TTL_IN.json   | 16 ++---
 ryu/tests/switch/of13/action/15_SET_MPLS_TTL.json  | 20 +++---
 ryu/tests/switch/of13/action/16_DEC_MPLS_TTL.json  | 20 +++---
 ryu/tests/switch/of13/action/17_PUSH_VLAN.json     | 20 +++---
 .../switch/of13/action/17_PUSH_VLAN_multiple.json  | 20 +++---
 ryu/tests/switch/of13/action/18_POP_VLAN.json      | 20 +++---
 ryu/tests/switch/of13/action/19_PUSH_MPLS.json     | 20 +++---
 .../switch/of13/action/19_PUSH_MPLS_multiple.json  | 20 +++---
 ryu/tests/switch/of13/action/20_POP_MPLS.json      | 20 +++---
 .../switch/of13/action/23_SET_NW_TTL_IPv4.json     | 32 ++++-----
 .../switch/of13/action/23_SET_NW_TTL_IPv6.json     | 32 ++++-----
 .../switch/of13/action/24_DEC_NW_TTL_IPv4.json     | 32 ++++-----
 .../switch/of13/action/24_DEC_NW_TTL_IPv6.json     | 32 ++++-----
 .../of13/action/25_SET_FIELD/03_ETH_DST.json       | 20 +++---
 .../of13/action/25_SET_FIELD/04_ETH_SRC.json       | 20 +++---
 .../of13/action/25_SET_FIELD/05_ETH_TYPE.json      | 20 +++---
 .../of13/action/25_SET_FIELD/06_VLAN_VID.json      | 20 +++---
 .../of13/action/25_SET_FIELD/07_VLAN_PCP.json      | 20 +++---
 .../of13/action/25_SET_FIELD/08_IP_DSCP_IPv4.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/08_IP_DSCP_IPv6.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/09_IP_ECN_IPv4.json   | 32 ++++-----
 .../of13/action/25_SET_FIELD/09_IP_ECN_IPv6.json   | 32 ++++-----
 .../of13/action/25_SET_FIELD/10_IP_PROTO_IPv4.json | 32 ++++-----
 .../of13/action/25_SET_FIELD/10_IP_PROTO_IPv6.json | 32 ++++-----
 .../of13/action/25_SET_FIELD/11_IPV4_SRC.json      | 32 ++++-----
 .../of13/action/25_SET_FIELD/12_IPV4_DST.json      | 32 ++++-----
 .../of13/action/25_SET_FIELD/13_TCP_SRC_IPv4.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/13_TCP_SRC_IPv6.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/14_TCP_DST_IPv4.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/14_TCP_DST_IPv6.json  | 32 ++++-----
 .../of13/action/25_SET_FIELD/15_UDP_SRC_IPv4.json  | 16 ++---
 .../of13/action/25_SET_FIELD/15_UDP_SRC_IPv6.json  | 16 ++---
 .../of13/action/25_SET_FIELD/16_UDP_DST_IPv4.json  | 16 ++---
 .../of13/action/25_SET_FIELD/16_UDP_DST_IPv6.json  | 16 ++---
 .../of13/action/25_SET_FIELD/17_SCTP_SRC_IPv4.json | 16 ++---
 .../of13/action/25_SET_FIELD/17_SCTP_SRC_IPv6.json | 16 ++---
 .../of13/action/25_SET_FIELD/18_SCTP_DST_IPv4.json | 16 ++---
 .../of13/action/25_SET_FIELD/18_SCTP_DST_IPv6.json | 16 ++---
 .../of13/action/25_SET_FIELD/19_ICMPV4_TYPE.json   | 16 ++---
 .../of13/action/25_SET_FIELD/20_ICMPV4_CODE.json   | 16 ++---
 .../switch/of13/action/25_SET_FIELD/21_ARP_OP.json | 16 ++---
 .../of13/action/25_SET_FIELD/22_ARP_SPA.json       | 16 ++---
 .../of13/action/25_SET_FIELD/23_ARP_TPA.json       | 16 ++---
 .../of13/action/25_SET_FIELD/24_ARP_SHA.json       | 16 ++---
 .../of13/action/25_SET_FIELD/25_ARP_THA.json       | 16 ++---
 .../of13/action/25_SET_FIELD/26_IPV6_SRC.json      | 32 ++++-----
 .../of13/action/25_SET_FIELD/27_IPV6_DST.json      | 32 ++++-----
 .../of13/action/25_SET_FIELD/28_IPV6_FLABEL.json   | 32 ++++-----
 .../of13/action/25_SET_FIELD/29_ICMPV6_TYPE.json   | 16 ++---
 .../of13/action/25_SET_FIELD/30_ICMPV6_CODE.json   | 16 ++---
 .../of13/action/25_SET_FIELD/34_MPLS_LABEL.json    | 20 +++---
 .../of13/action/25_SET_FIELD/35_MPLS_TC.json       | 20 +++---
 .../of13/action/25_SET_FIELD/36_MPLS_BOS.json      | 20 +++---
 .../of13/action/25_SET_FIELD/37_PBB_ISID.json      | 20 +++---
 .../of13/action/25_SET_FIELD/38_TUNNEL_ID.json     | 20 +++---
 ryu/tests/switch/of13/action/26_PUSH_PBB.json      | 20 +++---
 .../switch/of13/action/26_PUSH_PBB_multiple.json   | 20 +++---
 ryu/tests/switch/of13/action/27_POP_PBB.json       | 20 +++---
 ryu/tests/switch/of13/group/00_ALL.json            |  6 +-
 ryu/tests/switch/of13/group/01_SELECT_Ether.json   |  6 +-
 ryu/tests/switch/of13/group/01_SELECT_IP.json      |  6 +-
 .../switch/of13/group/01_SELECT_Weight_Ether.json  |  6 +-
 .../switch/of13/group/01_SELECT_Weight_IP.json     |  6 +-
 ryu/tests/switch/of13/match/00_IN_PORT.json        | 50 +++++++-------
 ryu/tests/switch/of13/match/02_METADATA.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/02_METADATA_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of13/match/03_ETH_DST.json        | 50 +++++++-------
 ryu/tests/switch/of13/match/03_ETH_DST_Mask.json   | 50 +++++++-------
 ryu/tests/switch/of13/match/04_ETH_SRC.json        | 50 +++++++-------
 ryu/tests/switch/of13/match/04_ETH_SRC_Mask.json   | 50 +++++++-------
 ryu/tests/switch/of13/match/05_ETH_TYPE.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/06_VLAN_VID.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/06_VLAN_VID_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of13/match/07_VLAN_PCP.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/08_IP_DSCP_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/08_IP_DSCP_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/09_IP_ECN_IPv4.json    | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/09_IP_ECN_IPv6.json    | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/10_IP_PROTO_IPv4.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/10_IP_PROTO_IPv6.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/11_IPV4_SRC.json       | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/11_IPV4_SRC_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/12_IPV4_DST.json       | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/12_IPV4_DST_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/13_TCP_SRC_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/13_TCP_SRC_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/14_TCP_DST_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/14_TCP_DST_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/15_UDP_SRC_IPv4.json   | 40 +++++------
 ryu/tests/switch/of13/match/15_UDP_SRC_IPv6.json   | 40 +++++------
 ryu/tests/switch/of13/match/16_UDP_DST_IPv4.json   | 40 +++++------
 ryu/tests/switch/of13/match/16_UDP_DST_IPv6.json   | 40 +++++------
 ryu/tests/switch/of13/match/17_SCTP_SRC_IPv4.json  | 40 +++++------
 ryu/tests/switch/of13/match/17_SCTP_SRC_IPv6.json  | 40 +++++------
 ryu/tests/switch/of13/match/18_SCTP_DST_IPv4.json  | 40 +++++------
 ryu/tests/switch/of13/match/18_SCTP_DST_IPv6.json  | 40 +++++------
 ryu/tests/switch/of13/match/19_ICMPV4_TYPE.json    | 40 +++++------
 ryu/tests/switch/of13/match/20_ICMPV4_CODE.json    | 40 +++++------
 ryu/tests/switch/of13/match/21_ARP_OP.json         | 40 +++++------
 ryu/tests/switch/of13/match/22_ARP_SPA.json        | 40 +++++------
 ryu/tests/switch/of13/match/22_ARP_SPA_Mask.json   | 40 +++++------
 ryu/tests/switch/of13/match/23_ARP_TPA.json        | 40 +++++------
 ryu/tests/switch/of13/match/23_ARP_TPA_Mask.json   | 40 +++++------
 ryu/tests/switch/of13/match/24_ARP_SHA.json        | 40 +++++------
 ryu/tests/switch/of13/match/24_ARP_SHA_Mask.json   | 40 +++++------
 ryu/tests/switch/of13/match/25_ARP_THA.json        | 40 +++++------
 ryu/tests/switch/of13/match/25_ARP_THA_Mask.json   | 40 +++++------
 ryu/tests/switch/of13/match/26_IPV6_SRC.json       | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/26_IPV6_SRC_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/27_IPV6_DST.json       | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/27_IPV6_DST_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/28_IPV6_FLABEL.json    | 80 +++++++++++-----------
 .../switch/of13/match/28_IPV6_FLABEL_Mask.json     | 80 +++++++++++-----------
 ryu/tests/switch/of13/match/29_ICMPV6_TYPE.json    | 32 ++++-----
 ryu/tests/switch/of13/match/30_ICMPV6_CODE.json    | 32 ++++-----
 ryu/tests/switch/of13/match/34_MPLS_LABEL.json     | 50 +++++++-------
 ryu/tests/switch/of13/match/35_MPLS_TC.json        | 50 +++++++-------
 ryu/tests/switch/of13/match/36_MPLS_BOS.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/37_PBB_ISID.json       | 50 +++++++-------
 ryu/tests/switch/of13/match/37_PBB_ISID_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of13/match/38_TUNNEL_ID.json      | 50 +++++++-------
 ryu/tests/switch/of13/match/38_TUNNEL_ID_Mask.json | 50 +++++++-------
 ryu/tests/switch/of13/match/39_IPV6_EXTHDR.json    | 80 +++++++++++-----------
 .../switch/of13/match/39_IPV6_EXTHDR_Mask.json     | 80 +++++++++++-----------
 .../switch/of13/meter/01_DROP_00_KBPS_00_1M.json   |  6 +-
 .../switch/of13/meter/01_DROP_00_KBPS_01_10M.json  |  6 +-
 .../switch/of13/meter/01_DROP_00_KBPS_02_100M.json |  6 +-
 .../switch/of13/meter/01_DROP_01_PKTPS_00_100.json |  6 +-
 .../of13/meter/01_DROP_01_PKTPS_01_1000.json       |  6 +-
 .../of13/meter/01_DROP_01_PKTPS_02_10000.json      |  6 +-
 .../of13/meter/02_DSCP_REMARK_00_KBPS_00_1M.json   |  6 +-
 .../of13/meter/02_DSCP_REMARK_00_KBPS_01_10M.json  |  6 +-
 .../of13/meter/02_DSCP_REMARK_00_KBPS_02_100M.json |  6 +-
 .../of13/meter/02_DSCP_REMARK_01_PKTPS_00_100.json |  6 +-
 .../meter/02_DSCP_REMARK_01_PKTPS_01_1000.json     |  6 +-
 .../meter/02_DSCP_REMARK_01_PKTPS_02_10000.json    |  6 +-
 ryu/tests/switch/of14/action/00_OUTPUT.json        | 20 +++---
 ryu/tests/switch/of14/action/11_COPY_TTL_OUT.json  | 16 ++---
 ryu/tests/switch/of14/action/12_COPY_TTL_IN.json   | 16 ++---
 ryu/tests/switch/of14/action/15_SET_MPLS_TTL.json  | 20 +++---
 ryu/tests/switch/of14/action/16_DEC_MPLS_TTL.json  | 20 +++---
 ryu/tests/switch/of14/action/17_PUSH_VLAN.json     | 20 +++---
 .../switch/of14/action/17_PUSH_VLAN_multiple.json  | 20 +++---
 ryu/tests/switch/of14/action/18_POP_VLAN.json      | 20 +++---
 ryu/tests/switch/of14/action/19_PUSH_MPLS.json     | 20 +++---
 .../switch/of14/action/19_PUSH_MPLS_multiple.json  | 20 +++---
 ryu/tests/switch/of14/action/20_POP_MPLS.json      | 20 +++---
 .../switch/of14/action/23_SET_NW_TTL_IPv4.json     | 32 ++++-----
 .../switch/of14/action/23_SET_NW_TTL_IPv6.json     | 32 ++++-----
 .../switch/of14/action/24_DEC_NW_TTL_IPv4.json     | 32 ++++-----
 .../switch/of14/action/24_DEC_NW_TTL_IPv6.json     | 32 ++++-----
 .../of14/action/25_SET_FIELD/03_ETH_DST.json       | 20 +++---
 .../of14/action/25_SET_FIELD/04_ETH_SRC.json       | 20 +++---
 .../of14/action/25_SET_FIELD/05_ETH_TYPE.json      | 20 +++---
 .../of14/action/25_SET_FIELD/06_VLAN_VID.json      | 20 +++---
 .../of14/action/25_SET_FIELD/07_VLAN_PCP.json      | 20 +++---
 .../of14/action/25_SET_FIELD/08_IP_DSCP_IPv4.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/08_IP_DSCP_IPv6.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/09_IP_ECN_IPv4.json   | 32 ++++-----
 .../of14/action/25_SET_FIELD/09_IP_ECN_IPv6.json   | 32 ++++-----
 .../of14/action/25_SET_FIELD/10_IP_PROTO_IPv4.json | 32 ++++-----
 .../of14/action/25_SET_FIELD/10_IP_PROTO_IPv6.json | 32 ++++-----
 .../of14/action/25_SET_FIELD/11_IPV4_SRC.json      | 32 ++++-----
 .../of14/action/25_SET_FIELD/12_IPV4_DST.json      | 32 ++++-----
 .../of14/action/25_SET_FIELD/13_TCP_SRC_IPv4.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/13_TCP_SRC_IPv6.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/14_TCP_DST_IPv4.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/14_TCP_DST_IPv6.json  | 32 ++++-----
 .../of14/action/25_SET_FIELD/15_UDP_SRC_IPv4.json  | 16 ++---
 .../of14/action/25_SET_FIELD/15_UDP_SRC_IPv6.json  | 16 ++---
 .../of14/action/25_SET_FIELD/16_UDP_DST_IPv4.json  | 16 ++---
 .../of14/action/25_SET_FIELD/16_UDP_DST_IPv6.json  | 16 ++---
 .../of14/action/25_SET_FIELD/17_SCTP_SRC_IPv4.json | 16 ++---
 .../of14/action/25_SET_FIELD/17_SCTP_SRC_IPv6.json | 16 ++---
 .../of14/action/25_SET_FIELD/18_SCTP_DST_IPv4.json | 16 ++---
 .../of14/action/25_SET_FIELD/18_SCTP_DST_IPv6.json | 16 ++---
 .../of14/action/25_SET_FIELD/19_ICMPV4_TYPE.json   | 16 ++---
 .../of14/action/25_SET_FIELD/20_ICMPV4_CODE.json   | 16 ++---
 .../switch/of14/action/25_SET_FIELD/21_ARP_OP.json | 16 ++---
 .../of14/action/25_SET_FIELD/22_ARP_SPA.json       | 16 ++---
 .../of14/action/25_SET_FIELD/23_ARP_TPA.json       | 16 ++---
 .../of14/action/25_SET_FIELD/24_ARP_SHA.json       | 16 ++---
 .../of14/action/25_SET_FIELD/25_ARP_THA.json       | 16 ++---
 .../of14/action/25_SET_FIELD/26_IPV6_SRC.json      | 32 ++++-----
 .../of14/action/25_SET_FIELD/27_IPV6_DST.json      | 32 ++++-----
 .../of14/action/25_SET_FIELD/28_IPV6_FLABEL.json   | 32 ++++-----
 .../of14/action/25_SET_FIELD/29_ICMPV6_TYPE.json   | 16 ++---
 .../of14/action/25_SET_FIELD/30_ICMPV6_CODE.json   | 16 ++---
 .../of14/action/25_SET_FIELD/34_MPLS_LABEL.json    | 20 +++---
 .../of14/action/25_SET_FIELD/35_MPLS_TC.json       | 20 +++---
 .../of14/action/25_SET_FIELD/36_MPLS_BOS.json      | 20 +++---
 .../of14/action/25_SET_FIELD/37_PBB_ISID.json      | 20 +++---
 .../of14/action/25_SET_FIELD/38_TUNNEL_ID.json     | 20 +++---
 .../of14/action/25_SET_FIELD/41_PBB_UCA.json       | 20 +++---
 ryu/tests/switch/of14/action/26_PUSH_PBB.json      | 20 +++---
 .../switch/of14/action/26_PUSH_PBB_multiple.json   | 20 +++---
 ryu/tests/switch/of14/action/27_POP_PBB.json       | 20 +++---
 ryu/tests/switch/of14/group/00_ALL.json            |  6 +-
 ryu/tests/switch/of14/group/01_SELECT_Ether.json   |  6 +-
 ryu/tests/switch/of14/group/01_SELECT_IP.json      |  6 +-
 .../switch/of14/group/01_SELECT_Weight_Ether.json  |  6 +-
 .../switch/of14/group/01_SELECT_Weight_IP.json     |  6 +-
 ryu/tests/switch/of14/match/00_IN_PORT.json        | 50 +++++++-------
 ryu/tests/switch/of14/match/02_METADATA.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/02_METADATA_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of14/match/03_ETH_DST.json        | 50 +++++++-------
 ryu/tests/switch/of14/match/03_ETH_DST_Mask.json   | 50 +++++++-------
 ryu/tests/switch/of14/match/04_ETH_SRC.json        | 50 +++++++-------
 ryu/tests/switch/of14/match/04_ETH_SRC_Mask.json   | 50 +++++++-------
 ryu/tests/switch/of14/match/05_ETH_TYPE.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/06_VLAN_VID.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/06_VLAN_VID_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of14/match/07_VLAN_PCP.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/08_IP_DSCP_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/08_IP_DSCP_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/09_IP_ECN_IPv4.json    | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/09_IP_ECN_IPv6.json    | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/10_IP_PROTO_IPv4.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/10_IP_PROTO_IPv6.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/11_IPV4_SRC.json       | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/11_IPV4_SRC_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/12_IPV4_DST.json       | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/12_IPV4_DST_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/13_TCP_SRC_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/13_TCP_SRC_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/14_TCP_DST_IPv4.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/14_TCP_DST_IPv6.json   | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/15_UDP_SRC_IPv4.json   | 40 +++++------
 ryu/tests/switch/of14/match/15_UDP_SRC_IPv6.json   | 40 +++++------
 ryu/tests/switch/of14/match/16_UDP_DST_IPv4.json   | 40 +++++------
 ryu/tests/switch/of14/match/16_UDP_DST_IPv6.json   | 40 +++++------
 ryu/tests/switch/of14/match/17_SCTP_SRC_IPv4.json  | 40 +++++------
 ryu/tests/switch/of14/match/17_SCTP_SRC_IPv6.json  | 40 +++++------
 ryu/tests/switch/of14/match/18_SCTP_DST_IPv4.json  | 40 +++++------
 ryu/tests/switch/of14/match/18_SCTP_DST_IPv6.json  | 40 +++++------
 ryu/tests/switch/of14/match/19_ICMPV4_TYPE.json    | 40 +++++------
 ryu/tests/switch/of14/match/20_ICMPV4_CODE.json    | 40 +++++------
 ryu/tests/switch/of14/match/21_ARP_OP.json         | 40 +++++------
 ryu/tests/switch/of14/match/22_ARP_SPA.json        | 40 +++++------
 ryu/tests/switch/of14/match/22_ARP_SPA_Mask.json   | 40 +++++------
 ryu/tests/switch/of14/match/23_ARP_TPA.json        | 40 +++++------
 ryu/tests/switch/of14/match/23_ARP_TPA_Mask.json   | 40 +++++------
 ryu/tests/switch/of14/match/24_ARP_SHA.json        | 40 +++++------
 ryu/tests/switch/of14/match/24_ARP_SHA_Mask.json   | 40 +++++------
 ryu/tests/switch/of14/match/25_ARP_THA.json        | 40 +++++------
 ryu/tests/switch/of14/match/25_ARP_THA_Mask.json   | 40 +++++------
 ryu/tests/switch/of14/match/26_IPV6_SRC.json       | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/26_IPV6_SRC_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/27_IPV6_DST.json       | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/27_IPV6_DST_Mask.json  | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/28_IPV6_FLABEL.json    | 80 +++++++++++-----------
 .../switch/of14/match/28_IPV6_FLABEL_Mask.json     | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/29_ICMPV6_TYPE.json    | 32 ++++-----
 ryu/tests/switch/of14/match/30_ICMPV6_CODE.json    | 32 ++++-----
 ryu/tests/switch/of14/match/34_MPLS_LABEL.json     | 50 +++++++-------
 ryu/tests/switch/of14/match/35_MPLS_TC.json        | 50 +++++++-------
 ryu/tests/switch/of14/match/36_MPLS_BOS.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/37_PBB_ISID.json       | 50 +++++++-------
 ryu/tests/switch/of14/match/37_PBB_ISID_Mask.json  | 50 +++++++-------
 ryu/tests/switch/of14/match/38_TUNNEL_ID.json      | 50 +++++++-------
 ryu/tests/switch/of14/match/38_TUNNEL_ID_Mask.json | 50 +++++++-------
 ryu/tests/switch/of14/match/39_IPV6_EXTHDR.json    | 80 +++++++++++-----------
 .../switch/of14/match/39_IPV6_EXTHDR_Mask.json     | 80 +++++++++++-----------
 ryu/tests/switch/of14/match/41_PBB_UCA.json        | 50 +++++++-------
 .../switch/of14/meter/01_DROP_00_KBPS_00_1M.json   |  6 +-
 .../switch/of14/meter/01_DROP_00_KBPS_01_10M.json  |  6 +-
 .../switch/of14/meter/01_DROP_00_KBPS_02_100M.json |  6 +-
 .../switch/of14/meter/01_DROP_01_PKTPS_00_100.json |  6 +-
 .../of14/meter/01_DROP_01_PKTPS_01_1000.json       |  6 +-
 .../of14/meter/01_DROP_01_PKTPS_02_10000.json      |  6 +-
 .../of14/meter/02_DSCP_REMARK_00_KBPS_00_1M.json   |  6 +-
 .../of14/meter/02_DSCP_REMARK_00_KBPS_01_10M.json  |  6 +-
 .../of14/meter/02_DSCP_REMARK_00_KBPS_02_100M.json |  6 +-
 .../of14/meter/02_DSCP_REMARK_01_PKTPS_00_100.json |  6 +-
 .../meter/02_DSCP_REMARK_01_PKTPS_01_1000.json     |  6 +-
 .../meter/02_DSCP_REMARK_01_PKTPS_02_10000.json    |  6 +-
 ryu/tests/switch/tester.py                         | 15 ++--
 279 files changed, 4979 insertions(+), 4982 deletions(-)

-- 
1.9.1


------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to