From b4b41934c2e9d0cda182180309ee46a2347e6942 Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Wed, 20 Sep 2023 06:59:25 +0000 Subject: [PATCH] Making Vale happy removing a commentted part of code --- gso/workflows/iptrunk/migrate_iptrunk.py | 30 +----------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/gso/workflows/iptrunk/migrate_iptrunk.py b/gso/workflows/iptrunk/migrate_iptrunk.py index 860a99f99..d29ca20ac 100644 --- a/gso/workflows/iptrunk/migrate_iptrunk.py +++ b/gso/workflows/iptrunk/migrate_iptrunk.py @@ -260,35 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator: return {} - -""" -# I will leave it like this until we actually do it. -# @step("Run interface checks") -# def run_interface_checks( -# subscription: Iptrunk, -# new_node: Router, -# new_lag_interface: str, -# new_lag_member_interfaces: list[str], -# replace_index: int, -# process_id: UUIDstr, -# ) -> State: -# provisioning_proxy.migrate_ip_trunk( -# subscription, -# new_node, -# new_lag_interface, -# new_lag_member_interfaces, -# replace_index, -# process_id, -# "MIGRATION_INTERFACE_CHECK", -# ) -# -# logger.warning("Playbook verb is not yet properly set.") -# -# return { -# "subscription": subscription, -# "label_text": "Running checks on the new trunk interface, please refresh to get the results of the playbook.", -# } -""" # noqa +## Interface checks go here @step("Deploy ISIS configuration on new router") -- GitLab