From 4eba0ed09a54c16b9e3cf3f0d19e360eac76287e Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Thu, 6 Jun 2024 22:56:52 +0100
Subject: [PATCH] iBGP "table" -> "group"

wording cleanup
---
 gso/utils/workflow_steps.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 252f5f3e..f6255824 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -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:
-- 
GitLab