Skip to content
Snippets Groups Projects
Commit 51a55bb1 authored by Neda Moeini's avatar Neda Moeini
Browse files

Made the linter happy.

parent 1c3cb06b
Branches
Tags
1 merge request!231Added more steps in router termination including:
......@@ -163,6 +163,7 @@ def add_all_pe_to_p_real(
extra_vars=extra_vars,
)
@step("Calculate list of all active PE routers")
def calculate_pe_router_list() -> State:
"""Calculate a list of all active PE routers in the network."""
......
......@@ -84,6 +84,7 @@ def add_p_to_mesh_real(subscription: dict[str, Any], callback_route: str, tt_num
extra_vars=extra_vars,
)
@step("Verify iBGP session health")
def check_ibgp_session(subscription: Router, callback_route: str) -> None:
"""Run a playbook using the provisioning proxy, to check the health of the new iBGP session."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment