]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_evpn_mh/test_evpn_mh.py
tests: python3 compat fixes for topotests: tabs and misc
authorMark Stapp <mjs@voltanet.io>
Wed, 23 Sep 2020 21:08:36 +0000 (17:08 -0400)
committerMark Stapp <mjs@voltanet.io>
Sat, 26 Sep 2020 19:40:00 +0000 (15:40 -0400)
commit11761ab0f4bb85112c94a182f835852aaab67d99
treecc21c884a85b5c9b211488b494fbfbdc5d10edeb
parent64b1483ccb3a7f180bd876dfe22ac5ba9797815b
tests: python3 compat fixes for topotests: tabs and misc

Use only spaces in python files; no tabs; also a couple of small
api fixes.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
37 files changed:
tests/topotests/all-protocol-startup/test_all_protocol_startup.py [changed mode: 0755->0644]
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py [changed mode: 0755->0644]
tests/topotests/bgp-evpn-mh/test_evpn_mh.py
tests/topotests/bgp-path-attributes-topo1/test_bgp_path_attributes.py [changed mode: 0755->0644]
tests/topotests/bgp-prefix-list-topo1/test_prefix_lists.py [changed mode: 0755->0644]
tests/topotests/bgp-route-map/test_route_map_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp-route-map/test_route_map_topo2.py [changed mode: 0755->0644]
tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py [changed mode: 0755->0644]
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py [changed mode: 0755->0644]
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py [changed mode: 0755->0644]
tests/topotests/bgp_large_community/test_bgp_large_community_topo_1.py [changed mode: 0755->0644]
tests/topotests/bgp_large_community/test_bgp_large_community_topo_2.py [changed mode: 0755->0644]
tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py [changed mode: 0755->0644]
tests/topotests/bgp_multiview_topo1/test_bgp_multiview_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp_recursive_route_ebgp_multi_hop/test_bgp_recursive_route_ebgp_multi_hop.py [changed mode: 0755->0644]
tests/topotests/bgp_route_aggregation/test_bgp_aggregation.py [changed mode: 0755->0644]
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py [changed mode: 0755->0644]
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo2.py [changed mode: 0755->0644]
tests/topotests/eigrp-topo1/test_eigrp_topo1.py
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py [changed mode: 0755->0644]
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py [changed mode: 0755->0644]
tests/topotests/isis-topo1-vrf/test_isis_topo1_vrf.py
tests/topotests/ldp-topo1/test_ldp_topo1.py [changed mode: 0755->0644]
tests/topotests/lib/common_config.py
tests/topotests/lib/ltemplate.py
tests/topotests/lib/lutil.py [changed mode: 0755->0644]
tests/topotests/lib/ospf.py
tests/topotests/lib/topogen.py
tests/topotests/lib/topojson.py
tests/topotests/lib/topolog.py
tests/topotests/lib/topotest.py
tests/topotests/ospf-topo2/test_ospf_topo2.py
tests/topotests/pbr-topo1/test_pbr_topo1.py
tests/topotests/rip-topo1/test_rip_topo1.py [changed mode: 0755->0644]
tests/topotests/ripng-topo1/test_ripng_topo1.py [changed mode: 0755->0644]