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

Update test_migrate_iptrunk

to reflect changes in structrure of `migrate_iptrunk`
parent 29f4ea8e
No related branches found
No related tags found
1 merge request!227Move 'restore_isis_metric'
Pipeline #87436 failed
......@@ -161,7 +161,13 @@ def test_migrate_iptrunk_success(
assert_suspended(result)
result, step_log = resume_workflow(process_stat, step_log, input_data=USER_CONFIRM_EMPTY_FORM)
for _ in range(3):
for _ in range(2):
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(1):
result, step_log = assert_lso_interaction_success(result, process_stat, step_log)
assert_complete(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