diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-20 11:04:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 11:04:14 +0300 |
| commit | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch) | |
| tree | 50fd3849596e3b294b656158efee024c589157c2 /tests/topotests/bgp_auth/test_bgp_auth.py | |
| parent | 1815b8f3354ed1a8163c103caec8404a318a05c2 (diff) | |
| parent | 4667220e3a7312f09eb192d7b26d7587918f14d0 (diff) | |
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'tests/topotests/bgp_auth/test_bgp_auth.py')
| -rw-r--r-- | tests/topotests/bgp_auth/test_bgp_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_auth/test_bgp_auth.py b/tests/topotests/bgp_auth/test_bgp_auth.py index f01c7f206a..9e8136c17b 100644 --- a/tests/topotests/bgp_auth/test_bgp_auth.py +++ b/tests/topotests/bgp_auth/test_bgp_auth.py @@ -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) |
