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

More syntax errors

parent 52f184f0
No related branches found
No related tags found
1 merge request!133Add checks to baseconfig
Pipeline #85228 failed
......@@ -89,16 +89,14 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route
"old_isis_metric": old_isis_metric,
}
@step("[CHECK] Run show commands after base config install")
def run_checks_after_base_config(
subscription: dict[str, Any],
callback_route: str
) -> None:
def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> None:
"""Workflow step for running show commands after installing base config."""
execute_playbook(
playbook_name="base_config_checks.yaml",
callback_route=callback_route,
inventory=subscription["router"]["router_fqdn"]
inventory=subscription["router"]["router_fqdn"],
)
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment