Skip to content
Snippets Groups Projects
Commit b4b41934 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Making Vale happy removing a commentted part of code

parent 83d2f93a
No related branches found
No related tags found
No related merge requests found
Pipeline #84065 failed
...@@ -260,35 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator: ...@@ -260,35 +260,7 @@ def confirm_continue_move_fiber() -> FormGenerator:
return {} return {}
## Interface checks go here
"""
# 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
@step("Deploy ISIS configuration on new router") @step("Deploy ISIS configuration on new router")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment