Skip to content
Snippets Groups Projects

Feature/add validation workflows

Merged Karel van Klink requested to merge feature/add-validation-workflows into develop
All threads resolved!
Compare and Show latest version
2 files
+ 24
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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:
Loading