]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/bgp_evpn_vxlan_topo1/test_bgp_evpn_vxlan.py
zebra: fix JSON fields for show evpn vni detail
[mirror_frr.git] / tests / topotests / bgp_evpn_vxlan_topo1 / test_bgp_evpn_vxlan.py
index 40972d4a6a0fde2df745465b02c7044548c39af2..83ee53c4cc72832e0b72897599a8af89654304b0 100755 (executable)
@@ -118,7 +118,7 @@ def setup_module(mod):
     # This is a sample of configuration loading.
     router_list = tgen.routers()
 
-    # For all registred routers, load the zebra configuration file
+    # For all registered routers, load the zebra configuration file
     for rname, router in router_list.items():
         router.load_config(
             TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
@@ -144,7 +144,6 @@ def teardown_module(mod):
 
 def show_vni_json_elide_ifindex(pe, vni, expected):
     output_json = pe.vtysh_cmd("show evpn vni {} json".format(vni), isjson=True)
-
     if "ifindex" in output_json:
         output_json.pop("ifindex")