Skip to content
Snippets Groups Projects
Commit 9a7a55ed authored by root's avatar root
Browse files

black on lso/routes/ip_trunk.py to pass pipeline

parent 8001d826
Branches
Tags
1 merge request!40Few fixes for checking trunks
Pipeline #83795 passed
This commit is part of merge request !40. Comments created here will be created in the context of that merge request.
...@@ -169,10 +169,7 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse: ...@@ -169,10 +169,7 @@ def check_ip_trunk(params: IPTrunkCheckParams) -> PlaybookLaunchResponse:
:return: Response from the Ansible runner, including a run ID. :return: Response from the Ansible runner, including a run ID.
:rtype: :class:`lso.playbook.PlaybookLaunchResponse` :rtype: :class:`lso.playbook.PlaybookLaunchResponse`
""" """
extra_vars = { extra_vars = {"wfo_ip_trunk_json": params.subscription, "check": params.check_name}
"wfo_ip_trunk_json": params.subscription,
"check": params.check_name
}
# FIXME: needs to be updated when checks become available, this includes # FIXME: needs to be updated when checks become available, this includes
# writing tests. # writing tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment