Skip to content
Snippets Groups Projects
Commit d590949c authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Update number of `lso_interaction` in test_migrate_iptrunk

To reflect the changes in case of `Leased` trunk_type.
parent 87860cc7
No related branches found
No related tags found
1 merge request!226BFD-related workflow steps
Pipeline #87424 failed
......@@ -149,13 +149,13 @@ def test_migrate_iptrunk_success(
result, process_stat, step_log = run_workflow("migrate_iptrunk", migrate_form_input)
for _ in range(6):
for _ in range(8):
result, step_log = assert_lso_interaction_success(result, process_stat, step_log)
assert_suspended(result)
result, step_log = resume_workflow(process_stat, step_log, input_data=USER_CONFIRM_EMPTY_FORM)
for _ in range(4):
for _ in range(5):
result, step_log = assert_lso_interaction_success(result, process_stat, step_log)
assert_suspended(result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment