]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/ldp_oc_topo1/test_ldp_oc_topo1.py
tests: use .items instead of .iteritems in topotests
authorMark Stapp <mjs@voltanet.io>
Fri, 18 Sep 2020 18:03:49 +0000 (14:03 -0400)
committerMark Stapp <mjs@voltanet.io>
Fri, 18 Sep 2020 19:55:23 +0000 (15:55 -0400)
commite5f0ed147b18d2ea03703884921a656d4f7e6a30
treed53355edffd996787c4a34aaffb89a16ff50de7d
parent27baa2c0565c3c96111aeb1eb4db4b0afe7cc8b7
tests: use .items instead of .iteritems in topotests

Avoid py2-only .iteritems() api.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
63 files changed:
doc/developer/topotests.rst
tests/topotests/bfd-bgp-cbit-topo3/test_bfd_bgp_cbit_topo3.py [changed mode: 0755->0644]
tests/topotests/bfd-isis-topo1/test_bfd_isis_topo1.py [changed mode: 0755->0644]
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.py [changed mode: 0755->0644]
tests/topotests/bfd-topo1/test_bfd_topo1.py
tests/topotests/bfd-topo2/test_bfd_topo2.py
tests/topotests/bfd-topo3/test_bfd_topo3.py
tests/topotests/bfd-vrf-topo1/test_bfd_vrf_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp-auth/test_bgp_auth.py [changed mode: 0755->0644]
tests/topotests/bgp-ecmp-topo1/test_bgp_ecmp_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp-ecmp-topo2/test_ebgp_ecmp_topo2.py [changed mode: 0755->0644]
tests/topotests/bgp-ecmp-topo2/test_ibgp_ecmp_topo2.py [changed mode: 0755->0644]
tests/topotests/bgp-evpn-mh/test_evpn_mh.py [changed mode: 0755->0644]
tests/topotests/bgp-evpn-vxlan_topo1/test_bgp_evpn_vxlan.py [changed mode: 0755->0644]
tests/topotests/bgp-vrf-route-leak-basic/test_bgp-vrf-route-leak-basic.py [changed mode: 0755->0644]
tests/topotests/bgp_aggregate-address_origin/test_bgp_aggregate-address_origin.py
tests/topotests/bgp_aggregate-address_route-map/test_bgp_aggregate-address_route-map.py
tests/topotests/bgp_as_wide_bgp_identifier/test_bgp_as_wide_bgp_identifier.py
tests/topotests/bgp_comm-list_delete/test_bgp_comm-list_delete.py
tests/topotests/bgp_default-route_route-map/test_bgp_default-originate_route-map.py
tests/topotests/bgp_distance_change/test_bgp_distance_change.py
tests/topotests/bgp_ebgp_requires_policy/test_bgp_ebgp_requires_policy.py
tests/topotests/bgp_features/test_bgp_features.py [changed mode: 0755->0644]
tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py [changed mode: 0755->0644]
tests/topotests/bgp_ipv6_rtadv/test_bgp_ipv6_rtadv.py
tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py [changed mode: 0755->0644]
tests/topotests/bgp_local_as_private_remove/test_bgp_local_as_private_remove.py
tests/topotests/bgp_maximum_prefix_invalid_update/test_bgp_maximum_prefix_invalid_update.py
tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py
tests/topotests/bgp_prefix_sid/test_bgp_prefix_sid.py [changed mode: 0755->0644]
tests/topotests/bgp_reject_as_sets/test_bgp_reject_as_sets.py
tests/topotests/bgp_rr_ibgp/test_bgp_rr_ibgp_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
tests/topotests/bgp_set_local-preference_add_subtract/test_bgp_set_local-preference_add_subtract.py
tests/topotests/bgp_update_delay/test_bgp_update_delay.py [changed mode: 0755->0644]
tests/topotests/bgp_vrf_lite_ipv6_rtadv/test_bgp_vrf_lite_ipv6_rtadv.py
tests/topotests/bgp_vrf_netns/test_bgp_vrf_netns_topo.py [changed mode: 0755->0644]
tests/topotests/eigrp-topo1/test_eigrp_topo1.py [changed mode: 0755->0644]
tests/topotests/evpn-pim-1/test_evpn_pim_topo1.py [changed mode: 0755->0644]
tests/topotests/example-test/test_template.py [changed mode: 0755->0644]
tests/topotests/isis-sr-topo1/test_isis_sr_topo1.py [changed mode: 0755->0644]
tests/topotests/isis-topo1-vrf/test_isis_topo1_vrf.py [changed mode: 0755->0644]
tests/topotests/isis-topo1/test_isis_topo1.py
tests/topotests/ldp-oc-acl-topo1/test_ldp_oc_acl_topo1.py [changed mode: 0755->0644]
tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py [changed mode: 0755->0644]
tests/topotests/ldp-sync-isis-topo1/test_ldp_sync_isis_topo1.py [changed mode: 0755->0644]
tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py [changed mode: 0755->0644]
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py [changed mode: 0755->0644]
tests/topotests/lib/bgp.py
tests/topotests/lib/common_config.py
tests/topotests/lib/ltemplate.py
tests/topotests/lib/topogen.py
tests/topotests/lib/topojson.py
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.py [changed mode: 0755->0644]
tests/topotests/ospf-topo1-vrf/test_ospf_topo1_vrf.py [changed mode: 0755->0644]
tests/topotests/ospf-topo1/test_ospf_topo1.py [changed mode: 0755->0644]
tests/topotests/ospf-topo2/test_ospf_topo2.py [changed mode: 0755->0644]
tests/topotests/ospf6-topo1/test_ospf6_topo1.py [changed mode: 0755->0644]
tests/topotests/pbr-topo1/test_pbr_topo1.py [changed mode: 0755->0644]
tests/topotests/pim-basic/test_pim.py
tests/topotests/route-scale/test_route_scale.py [changed mode: 0755->0644]
tests/topotests/zebra_netlink/test_zebra_netlink.py [changed mode: 0755->0644]
tests/topotests/zebra_rib/test_zebra_rib.py [changed mode: 0755->0644]