Skip to content
Snippets Groups Projects
Commit dcc65331 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Aleksandr Kurbatov
Browse files

SDP function wording update

parent cecc4003
No related branches found
No related tags found
1 merge request!405Make updating iBGP and SBP meshes optional in mesh update workflow
Pipeline #93359 passed
...@@ -307,13 +307,13 @@ def remove_pe_from_sdp_mesh_real(subscription: dict[str, Any], tt_number: str, p ...@@ -307,13 +307,13 @@ def remove_pe_from_sdp_mesh_real(subscription: dict[str, Any], tt_number: str, p
return _update_sdp_mesh(subscription, tt_number, process_id, dry_run=False, verb="remove_pe_from_sdp_mesh") return _update_sdp_mesh(subscription, tt_number, process_id, dry_run=False, verb="remove_pe_from_sdp_mesh")
@step("[DRY RUN] Configure SDP on the PE to all other Nokia PEs") @step("[DRY RUN] Configure SDP on the PE to all other PEs")
def update_sdp_single_pe_dry(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> State: def update_sdp_single_pe_dry(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> State:
"""Perform a dry run of configuring SDP on a new PE router to all other NOKIA PE routers.""" """Perform a dry run of configuring SDP on a new PE router to all other NOKIA PE routers."""
return _update_sdp_single_pe(subscription, tt_number, process_id, dry_run=True) return _update_sdp_single_pe(subscription, tt_number, process_id, dry_run=True)
@step("[FOR REAL] Configure SDP on the PE to all other Nokia PEs") @step("[FOR REAL] Configure SDP on the PE to all other PEs")
def update_sdp_single_pe_real(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> State: def update_sdp_single_pe_real(subscription: dict[str, Any], tt_number: str, process_id: UUIDstr) -> State:
"""Configure SDP on a new PE router to all other NOKIA PE routers.""" """Configure SDP on a new PE router to all other NOKIA PE routers."""
return _update_sdp_single_pe(subscription, tt_number, process_id, dry_run=False) return _update_sdp_single_pe(subscription, tt_number, process_id, dry_run=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment