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

Made the linter happy.

parent de8a8ff7
No related branches found
No related tags found
No related merge requests found
Pipeline #87896 failed
......@@ -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.
Finish editing this message first!
Please register or to comment