Skip to content
Snippets Groups Projects
Commit 4eba0ed0 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Neda Moeini
Browse files

iBGP "table" -> "group"

wording cleanup
parent 39860601
No related branches found
No related tags found
1 merge request!139Feature/add validation workflows
......@@ -123,7 +123,7 @@ def prompt_sharepoint_checklist_url(checklist_url: str) -> FormGenerator:
return {}
@step("[DRY RUN] Add all PE routers to P router iBGP table")
@step("[DRY RUN] Add all PE routers to P router iBGP group")
def add_all_pe_to_p_dry(subscription: dict[str, Any], callback_route: str, process_id: UUIDstr) -> None:
"""Perform a dry run of adding the list of all PE routers to the new P router."""
extra_vars = {
......@@ -141,7 +141,7 @@ def add_all_pe_to_p_dry(subscription: dict[str, Any], callback_route: str, proce
)
@step("[FOR REAL] Add all PE routers to P router iBGP table")
@step("[FOR REAL] Add all PE routers to P router iBGP group")
def add_all_pe_to_p_real(
subscription: dict[str, Any], callback_route: str, tt_number: str, process_id: UUIDstr
) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment