]> git.proxmox.com Git - mirror_frr.git/commitdiff
tests: Fix spelling of neigbors
authorDonald Sharp <sharpd@nvidia.com>
Sat, 2 Apr 2022 11:24:03 +0000 (07:24 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sat, 2 Apr 2022 11:24:03 +0000 (07:24 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_ecmp_topo2/test_ebgp_ecmp_topo2.py
tests/topotests/bgp_ecmp_topo2/test_ibgp_ecmp_topo2.py

index d4a47c979791a38b6e097adb25c4c371a3d4c608..2784e956fa389d1a2a818fc2f99d5e84c3b4095b 100644 (file)
@@ -29,7 +29,7 @@ Following tests are covered to test ecmp functionality on EBGP.
 3. Verify BGP table and RIB in DUT after clear BGP routes and neighbors.
 4. Verify routes are cleared from BGP and RIB table of DUT when
    redistribute static configuration is removed.
-5. Shut BGP neigbors one by one and verify BGP and routing table updated
+5. Shut BGP neighbors one by one and verify BGP and routing table updated
    accordingly in DUT
 6. Delete static routes and verify routers are cleared from BGP table and RIB
    of DUT.
@@ -475,7 +475,7 @@ def test_ecmp_remove_redistribute_static(request):
 
 @pytest.mark.parametrize("test_type", ["redist_static", "advertise_nw"])
 def test_ecmp_shut_bgp_neighbor(request, test_type):
-    """Shut BGP neigbors one by one and verify BGP and routing table updated
+    """Shut BGP neighbors one by one and verify BGP and routing table updated
     accordingly in DUT"""
 
     tc_name = request.node.name
index 751386e2b3795cc60209432ca24bcca26ade77b6..704e8fdf04a63c46ffef1b7f3df3f225a6fcf215 100644 (file)
@@ -29,7 +29,7 @@ Following tests are covered to test ecmp functionality on EBGP.
 3. Verify BGP table and RIB in DUT after clear BGP routes and neighbors.
 4. Verify routes are cleared from BGP and RIB table of DUT when
    redistribute static configuration is removed.
-5. Shut BGP neigbors one by one and verify BGP and routing table updated
+5. Shut BGP neighbors one by one and verify BGP and routing table updated
    accordingly in DUT
 6. Delete static routes and verify routers are cleared from BGP table and RIB
    of DUT.
@@ -476,7 +476,7 @@ def test_ecmp_remove_redistribute_static(request):
 
 @pytest.mark.parametrize("test_type", ["redist_static", "advertise_nw"])
 def test_ecmp_shut_bgp_neighbor(request, test_type):
-    """Shut BGP neigbors one by one and verify BGP and routing table updated
+    """Shut BGP neighbors one by one and verify BGP and routing table updated
     accordingly in DUT"""
 
     tc_name = request.node.name