]> git.proxmox.com Git - mirror_frr.git/commit - python/makevars.py
*: reformat python files
authorwhitespace <nobody@nobody>
Wed, 7 Oct 2020 21:22:26 +0000 (17:22 -0400)
committerQuentin Young <qlyoung@nvidia.com>
Wed, 7 Oct 2020 21:22:26 +0000 (17:22 -0400)
commit701a01920eee5431d2052aad92aefbdf50ac2139
tree2bf2339327241f59593b9583b060ebb347db1cea
parentbd407b54d26981f30a95bc316ea2ed965d070c53
*: reformat python files

We are now using black.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
114 files changed:
doc/developer/conf.py
doc/extra/frrlexer.py
doc/manpages/conf.py
doc/user/conf.py
python/callgraph-dot.py
python/clidef.py
python/clippy/__init__.py
python/firstheader.py
python/makefile.py
python/makevars.py
tests/bgpd/test_aspath.py
tests/bgpd/test_bgp_table.py
tests/bgpd/test_capability.py
tests/bgpd/test_ecommunity.py
tests/bgpd/test_mp_attr.py
tests/bgpd/test_mpath.py
tests/bgpd/test_peer_attr.py
tests/helpers/python/frrsix.py
tests/helpers/python/frrtest.py
tests/isisd/test_fuzz_isis_tlv.py
tests/isisd/test_isis_lspdb.py
tests/isisd/test_isis_spf.py
tests/isisd/test_isis_vertex_queue.py
tests/lib/cli/test_cli.py
tests/lib/cli/test_commands.py
tests/lib/northbound/test_oper_data.py
tests/lib/test_atomlist.py
tests/lib/test_graph.py
tests/lib/test_idalloc.py
tests/lib/test_nexthop_iter.py
tests/lib/test_ntop.py
tests/lib/test_prefix2str.py
tests/lib/test_printfrr.py
tests/lib/test_ringbuf.py
tests/lib/test_srcdest_table.py
tests/lib/test_stream.py
tests/lib/test_table.py
tests/lib/test_timer_correctness.py
tests/lib/test_ttable.py
tests/lib/test_typelist.py
tests/lib/test_versioncmp.py
tests/lib/test_zlog.py
tests/lib/test_zmq.py
tests/ospf6d/test_lsdb.py
tests/runtests.py
tests/topotests/all-protocol-startup/test_all_protocol_startup.py
tests/topotests/bfd-profiles-topo1/test_bfd_profiles_topo1.py
tests/topotests/bfd-topo3/test_bfd_topo3.py
tests/topotests/bgp-auth/test_bgp_auth.py
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.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-vrf-route-leak-basic/test_bgp-vrf-route-leak-basic.py
tests/topotests/bgp_aggregate_address_topo1/test_bgp_aggregate_address_topo1.py
tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py
tests/topotests/bgp_communities_topo1/test_bgp_communities.py
tests/topotests/bgp_ebgp_requires_policy/test_bgp_ebgp_requires_policy.py
tests/topotests/bgp_evpn_rt5/test_bgp_evpn.py
tests/topotests/bgp_features/test_bgp_features.py
tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1.py
tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py
tests/topotests/bgp_gshut/test_bgp_gshut.py
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_routes.py
tests/topotests/bgp_large_community/test_bgp_large_community_topo_1.py
tests/topotests/bgp_large_community/test_bgp_large_community_topo_2.py
tests/topotests/bgp_link_bw_ip/test_bgp_linkbw_ip.py
tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
tests/topotests/bgp_recursive_route_ebgp_multi_hop/test_bgp_recursive_route_ebgp_multi_hop.py
tests/topotests/bgp_update_delay/test_bgp_update_delay.py
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo1.py
tests/topotests/bgp_vrf_dynamic_route_leak/test_bgp_vrf_dynamic_route_leak_topo2.py
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py
tests/topotests/evpn_type5_test_topo1/test_evpn_type5_topo1.py
tests/topotests/isis-sr-topo1/test_isis_sr_topo1.py
tests/topotests/isis-topo1-vrf/test_isis_topo1_vrf.py
tests/topotests/ldp-sync-isis-topo1/test_ldp_sync_isis_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/bgprib.py
tests/topotests/lib/common_config.py
tests/topotests/lib/ltemplate.py
tests/topotests/lib/lutil.py
tests/topotests/lib/ospf.py
tests/topotests/lib/test/test_json.py
tests/topotests/lib/topogen.py
tests/topotests/lib/topojson.py
tests/topotests/lib/topotest.py
tests/topotests/ospf-sr-topo1/test_ospf_sr_topo1.py
tests/topotests/ospf-topo2/test_ospf_topo2.py
tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py
tests/topotests/ospf_basic_functionality/test_ospf_ecmp_lan.py
tests/topotests/ospf_basic_functionality/test_ospf_lan.py
tests/topotests/ospf_basic_functionality/test_ospf_nssa.py
tests/topotests/ospf_basic_functionality/test_ospf_routemaps.py
tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
tests/topotests/ospf_basic_functionality/test_ospf_single_area.py
tests/topotests/pbr-topo1/test_pbr_topo1.py
tests/topotests/pim-basic/mcast-rx.py
tests/topotests/pim-basic/mcast-tx.py
tests/topotests/route-scale/test_route_scale.py
tools/fixup-deprecated.py
tools/frr-reload.py
tools/gcc-plugins/format-test.py
tools/generate_support_bundle.py
tools/git-reindent-branch.py
tools/indent.py
tools/render_md.py
tools/stringmangle.py
tools/symalyzer.py
yang/embedmodel.py