]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
tests: Run `black` against tests again to clean up formatting
authorDonald Sharp <sharpd@nvidia.com>
Mon, 1 Mar 2021 14:18:49 +0000 (09:18 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 1 Mar 2021 14:18:49 +0000 (09:18 -0500)
commit5980ad0ae0352ba3865ee17cd9bf97bc65e35474
tree3631cd0817da3b9e227525f6c0d962fcc9273e1c
parentb9a210f9514ae71d24c848f106a5d203841c5eb4
tests: Run `black` against tests again to clean up formatting

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
62 files changed:
tests/topotests/all-protocol-startup/test_all_protocol_startup.py
tests/topotests/bfd-bgp-cbit-topo3/test_bfd_bgp_cbit_topo3.py
tests/topotests/bfd-isis-topo1/test_bfd_isis_topo1.py
tests/topotests/bfd-ospf-topo1/test_bfd_ospf_topo1.py
tests/topotests/bgp-ecmp-topo2/test_ebgp_ecmp_topo2.py
tests/topotests/bgp-ecmp-topo2/test_ibgp_ecmp_topo2.py
tests/topotests/bgp-evpn-mh/test_evpn_mh.py
tests/topotests/bgp-evpn-vxlan_topo1/test_bgp_evpn_vxlan.py
tests/topotests/bgp-snmp-mplsl3vpn/test_bgp_snmp_mplsvpn.py
tests/topotests/bgp_features/peer1/exa_readpipe.py
tests/topotests/bgp_features/peer2/exa_readpipe.py
tests/topotests/bgp_features/peer3/exa_readpipe.py
tests/topotests/bgp_features/peer4/exa_readpipe.py
tests/topotests/bgp_l3vpn_to_bgp_direct/test_bgp_l3vpn_to_bgp_direct.py
tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py
tests/topotests/bgp_listen_on_multiple_addresses/test_bgp_listen_on_multiple_addresses.py
tests/topotests/bgp_lu_topo1/test_bgp_lu.py
tests/topotests/bgp_rfapi_basic_sanity/test_bgp_rfapi_basic_sanity.py
tests/topotests/example-test/test_template.py
tests/topotests/example-topojson-test/test_topo_json_multiple_links/test_example_topojson_multiple_links.py
tests/topotests/example-topojson-test/test_topo_json_single_link/test_example_topojson.py
tests/topotests/example-topojson-test/test_topo_json_single_link_loopback/test_example_topojson.py
tests/topotests/isis-lfa-topo1/test_isis_lfa_topo1.py
tests/topotests/isis-lsp-bits-topo1/test_isis_lsp_bits_topo1.py
tests/topotests/isis-rlfa-topo1/test_isis_rlfa_topo1.py
tests/topotests/isis-sr-te-topo1/test_isis_sr_te_topo1.py
tests/topotests/isis-sr-topo1/test_isis_sr_topo1.py
tests/topotests/isis-tilfa-topo1/test_isis_tilfa_topo1.py
tests/topotests/isis-topo1-vrf/test_isis_topo1_vrf.py
tests/topotests/isis-topo1/test_isis_topo1.py
tests/topotests/ldp-oc-acl-topo1/test_ldp_oc_acl_topo1.py
tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py
tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py
tests/topotests/lib/bgp.py
tests/topotests/lib/ospf.py
tests/topotests/lib/pim.py
tests/topotests/lib/snmptest.py
tests/topotests/multicast-pim-bsm-topo1/test_mcast_pim_bsmp_01.py
tests/topotests/multicast-pim-bsm-topo2/test_mcast_pim_bsmp_02.py
tests/topotests/multicast-pim-sm-topo1/test_multicast_pim_sm_topo1.py
tests/topotests/multicast-pim-sm-topo2/test_multicast_pim_sm_topo2.py
tests/topotests/multicast-pim-sm-topo3/test_multicast_pim_sm_topo3.py
tests/topotests/multicast-pim-sm-topo3/test_multicast_pim_sm_topo4.py
tests/topotests/multicast-pim-static-rp-topo1/test_multicast_pim_static_rp.py
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.py
tests/topotests/ospf-tilfa-topo1/test_ospf_tilfa_topo1.py
tests/topotests/ospf-topo1-vrf/test_ospf_topo1_vrf.py
tests/topotests/ospf-topo1/test_ospf_topo1.py
tests/topotests/ospf6-topo1/test_ospf6_topo1.py
tests/topotests/ospf_basic_functionality/test_ospf_chaos.py
tests/topotests/ospf_basic_functionality/test_ospf_p2mp.py
tests/topotests/pbr-topo1/test_pbr_topo1.py
tests/topotests/pim-basic/test_pim.py
tests/topotests/static_routing_with_ebgp/test_static_routes_topo1_ebgp.py
tests/topotests/static_routing_with_ebgp/test_static_routes_topo2_ebgp.py
tests/topotests/static_routing_with_ebgp/test_static_routes_topo4_ebgp.py
tests/topotests/static_routing_with_ibgp/test_static_routes_topo1_ibgp.py
tests/topotests/static_routing_with_ibgp/test_static_routes_topo2_ibgp.py
tests/topotests/static_routing_with_ibgp/test_static_routes_topo3_ibgp.py
tests/topotests/static_routing_with_ibgp/test_static_routes_topo4_ibgp.py
tests/topotests/zebra_rib/test_zebra_rib.py