]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Fix spelling of 'registred'
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:09:36 +0000 (08:09 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:09:36 +0000 (08:09 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_auth/test_bgp_auth.py
tests/topotests/bgp_evpn_overlay_index_gateway/test_bgp_evpn_overlay_index_gateway.py
tests/topotests/bgp_evpn_vxlan_topo1/test_bgp_evpn_vxlan.py
tests/topotests/bgp_lu_topo1/test_bgp_lu.py
tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py
tests/topotests/lib/ltemplate.py
tests/topotests/lib/topogen.py
tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
tests/topotests/simple_snmp_test/test_simple_snmp.py

index f01c7f206adaab6a54d84e4cb5eecca11e2d18e1..9e8136c17bb80eab31554cdafbe07facc933ca05 100644 (file)
@@ -158,7 +158,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, "zebra.conf")
         router.load_config(TopoRouter.RD_OSPF)
index c594079d4ffd37c01402e158d07e4b42a3655c5c..86a87516216082c955fe2c202ae40d69719e9dcc 100755 (executable)
@@ -192,7 +192,7 @@ def setup_module(mod):
         pe.cmd_raises("sysctl -w net.ipv4.udp_l3mdev_accept={}".format(l3mdev_accept))
         pe.cmd_raises("sysctl -w net.ipv4.tcp_l3mdev_accept={}".format(l3mdev_accept))
 
-    # For all registred routers, load the zebra configuration file
+    # For all registered routers, load the zebra configuration file
     for (name, router) in tgen.routers().items():
         router.load_config(
             TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(name))
index 40972d4a6a0fde2df745465b02c7044548c39af2..5d0a326afb6166b94b5b4cfee3914f86a0471472 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))
index 8941854593fdf8ce2e26121027145e307c3aad2c..8955f2794dc236cb246191e99352acf9fb43afb0 100644 (file)
@@ -92,7 +92,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))
index 0d27474cbd1f651fd925565a50ef4ff1a71fda11..d612ad2c9470a3e7dd05efed737f0cd82cb9a303 100755 (executable)
@@ -154,7 +154,7 @@ def setup_module(mod):
 
     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))
index 18882285ed5c4fc1dea7c72b8c57d141a3e418b9..2544023c435d0dc9ddddbb514d7ea899ad38b110 100644 (file)
@@ -93,7 +93,7 @@ class LTemplate:
         # 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():
             logger.info("Setting up %s" % rname)
             for rd_val in TopoRouter.RD:
index 4ed5b2f8258f50996a2f8b9c7f930d2179b95422..c04506f47e5bd614cee790d336b3764471b6c50f 100644 (file)
@@ -443,7 +443,7 @@ class Topogen(object):
     def start_router(self, router=None):
         """
         Call the router startRouter method.
-        If no router is specified it is called for all registred routers.
+        If no router is specified it is called for all registered routers.
         """
         if router is None:
             # pylint: disable=r1704
index 01ddbc15215680f1485a7d5c741f1cb1b479b5ab..5903649d67bf56d33fc1605471cb590171f3f8b8 100644 (file)
@@ -79,7 +79,7 @@ def setup_module(mod):
     # This is a sample of configuration loading.
     router_list = tgen.routers()
 
-    # For all registred routers, load the zebra and ospf configuration file
+    # For all registered routers, load the zebra and ospf configuration file
     for rname, router in router_list.items():
         router.load_config(
             TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))
index 35f0210134ef1f5c7465a0bd84cab4175b8aa47c..1ca06c6571749c936b2a251d3fbdd0fb70b80d0b 100755 (executable)
@@ -69,7 +69,7 @@ def setup_module(mod):
 
     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))