Skip to content
Snippets Groups Projects
Commit 2a43e40a authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Neda Moeini
Browse files

check_twamp_status - remove unused parameters

parent 387c2bef
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !186. Comments created here will be created in the context of that merge request.
...@@ -78,11 +78,10 @@ def deploy_twamp_real(subscription: Iptrunk, process_id: UUIDstr, callback_route ...@@ -78,11 +78,10 @@ def deploy_twamp_real(subscription: Iptrunk, process_id: UUIDstr, callback_route
@step("Check TWAMP status on both sides") @step("Check TWAMP status on both sides")
def check_twamp_status(subscription: Iptrunk, process_id: UUIDstr, callback_route: str, tt_number: str) -> State: def check_twamp_status(subscription: Iptrunk, callback_route: str) -> State:
"""Check TWAMP session.""" """Check TWAMP session."""
extra_vars = { extra_vars = {
"subscription": json.loads(json_dumps(subscription)), "subscription": json.loads(json_dumps(subscription)),
"process_id": process_id,
"verb": "check_twamp", "verb": "check_twamp",
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment