]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: Fix spelling of modfiy
authorDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:17:58 +0000 (08:17 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 19 Apr 2022 12:17:58 +0000 (08:17 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_basic_functionality_topo1/test_bgp_basic_functionality.py
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
tests/topotests/static_routing_with_ibgp/test_static_routes_topo4_ibgp.py

index 600bf3adc094ffe8bdf23423adda8a9cfc215794..b18e32f6bd4beae6fcf0fe52427008e6f7d1162f 100644 (file)
@@ -371,7 +371,7 @@ def test_bgp_timers_functionality(request):
     # Creating configuration from JSON
     reset_config_on_routers(tgen)
 
-    # Api call to modfiy BGP timerse
+    # Api call to modify BGP timerse
     input_dict = {
         "r1": {
             "bgp": {
index 35e81d1c62ee7c1c0a5946bba67719f88248821c..04ebe61a0286faac2ee7dfff254d69aab31db18e 100644 (file)
@@ -1224,7 +1224,7 @@ def test_shut_noshut_p1(request):
     result = create_router_bgp(tgen, topo, input_dict_3)
     assert result is True, "Testcase {} : Failed \n Error: {}".format(tc_name, result)
 
-    step("Api call to modfiy BGP timers")
+    step("Api call to modify BGP timers")
 
     input_dict_4 = {
         "r1": {
@@ -1757,7 +1757,7 @@ def test_vrf_vlan_routing_table_p1(request):
             tc_name, result
         )
 
-    step("Api call to modfiy BGP timers")
+    step("Api call to modify BGP timers")
 
     input_dict_4 = {
         "r3": {
@@ -2422,7 +2422,7 @@ def test_delete_and_re_add_vrf_p1(request):
         result = verify_rib(tgen, addr_type, dut, input_dict_2)
         assert result is True, "Testcase {} :Failed \n Error {}".format(tc_name, result)
 
-    step("Api call to modfiy BGP timers")
+    step("Api call to modify BGP timers")
 
     input_dict_4 = {
         "r1": {
@@ -3034,7 +3034,7 @@ def test_vrf_name_significance_p1(request):
         result = verify_rib(tgen, addr_type, dut, input_dict_4)
         assert result is True, "Testcase {} :Failed \n Error {}".format(tc_name, result)
 
-    step("Api call to modfiy BGP timers")
+    step("Api call to modify BGP timers")
 
     input_dict_4 = {
         "r3": {
@@ -3437,7 +3437,7 @@ def test_vrf_name_significance_p1(request):
     result = create_router_bgp(tgen, topo_modify["routers"])
     assert result is True, "Testcase {} :Failed \n Error: {}".format(tc_name, result)
 
-    step("Api call to modfiy BGP timers")
+    step("Api call to modify BGP timers")
 
     input_dict_4 = {
         "r3": {
index 8c97d6cb7e93704a74a15c651ac68d6230b89396..d5e5148eae124f1ec263818530f70bf4a378533a 100644 (file)
@@ -175,7 +175,7 @@ def test_static_routes_rmap_pfxlist_p0_tc7_ibgp(request):
     )
 
     for addr_type in ADDR_TYPES:
-        # Api call to modfiy BGP timerse
+        # Api call to modify BGP timerse
         input_dict = {
             "r2": {
                 "bgp": {