Skip to content
Snippets Groups Projects
Verified Commit e7a46b94 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Uncomment LSO steps in modify Edge Port

parent b22b66d9
Branches
Tags
No related merge requests found
...@@ -263,8 +263,8 @@ def modify_edge_port() -> StepList: ...@@ -263,8 +263,8 @@ def modify_edge_port() -> StepList:
>> unsync >> unsync
>> modify_edge_port_subscription >> modify_edge_port_subscription
>> capacity_has_changed(update_interfaces_in_netbox) >> capacity_has_changed(update_interfaces_in_netbox)
# >> capacity_has_changed(lso_interaction(update_edge_port_dry)) >> capacity_has_changed(lso_interaction(update_edge_port_dry))
# >> capacity_has_changed(lso_interaction(update_edge_port_real)) >> capacity_has_changed(lso_interaction(update_edge_port_real))
>> capacity_has_changed(allocate_interfaces_in_netbox) >> capacity_has_changed(allocate_interfaces_in_netbox)
>> resync >> resync
>> done >> done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment