mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 21:50:52 +00:00
*: Fix spelling of modfiy
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
b97047ed11
commit
e3fde76840
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user