From 51a55bb134be1602be0c98e68eecbf76193ebcdf Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Thu, 18 Jul 2024 13:55:01 +0200 Subject: [PATCH] Made the linter happy. --- gso/utils/workflow_steps.py | 1 + gso/workflows/router/update_ibgp_mesh.py | 1 + 2 files changed, 2 insertions(+) diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index f1beae9d..8bc37c65 100644 --- a/gso/utils/workflow_steps.py +++ b/gso/utils/workflow_steps.py @@ -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.""" diff --git a/gso/workflows/router/update_ibgp_mesh.py b/gso/workflows/router/update_ibgp_mesh.py index ac493144..bf0d0416 100644 --- a/gso/workflows/router/update_ibgp_mesh.py +++ b/gso/workflows/router/update_ibgp_mesh.py @@ -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.""" -- GitLab