diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:09:36 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 08:09:36 -0400 |
| commit | b515c81a2257aeea14fff6e9fc86d880bc62cc9d (patch) | |
| tree | 2cb1f8838ef0a804f4d7dd641a206b3cdddeb558 /tests/topotests/bgp_snmp_mplsl3vpn | |
| parent | f5327fc339b05fb6fce51cf2feb0c8338b16747e (diff) | |
tests: Fix spelling of 'registred'
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_snmp_mplsl3vpn')
| -rwxr-xr-x | tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py b/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py index 0d27474cbd..d612ad2c94 100755 --- a/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py +++ b/tests/topotests/bgp_snmp_mplsl3vpn/test_bgp_snmp_mplsvpn.py @@ -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)) |
