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

Cleanup of wording

parent 75a5248b
No related branches found
No related tags found
1 merge request!226BFD-related workflow steps
Pipeline #87422 passed
......@@ -425,7 +425,7 @@ def update_remaining_side_bfd_dry(
process_id: UUIDstr,
tt_number: str,
) -> State:
"""Perform a dry run of deploying configuration on the new router."""
"""Perform a dry run of updating configuration on the remaining router."""
extra_vars = {
"wfo_trunk_json": json.loads(json_dumps(subscription)),
"new_node": json.loads(json_dumps(new_node)),
......@@ -455,7 +455,7 @@ def update_remaining_side_bfd_real(
process_id: UUIDstr,
tt_number: str,
) -> State:
"""Perform a dry run of deploying configuration on the new router."""
"""Update configuration on the remaining router."""
extra_vars = {
"wfo_trunk_json": json.loads(json_dumps(subscription)),
"new_node": json.loads(json_dumps(new_node)),
......
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