Skip to content
Snippets Groups Projects
Commit ed6003e6 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

Add edit note workflow to Opengear product

parent 8566d152
No related branches found
No related tags found
1 merge request!139Feature/add validation workflows
...@@ -18,7 +18,7 @@ depends_on = None ...@@ -18,7 +18,7 @@ depends_on = None
from orchestrator.migrations.helpers import add_products_to_workflow_by_product_tag, \ from orchestrator.migrations.helpers import add_products_to_workflow_by_product_tag, \
remove_products_from_workflow_by_product_tag remove_products_from_workflow_by_product_tag
new_workflows = ["Super_POP_SWITCH", "OFFICE_ROUTER", "SWITCH", "LSI", "POP_VLAN", "IMP_IP_TRUNK", "IMP_RTR", "IMP_SITE", "IMP_SPOP_SWITCH", "IMP_OFFICE_RTR"] new_workflows = ["Super_POP_SWITCH", "OFFICE_ROUTER", "SWITCH", "LSI", "POP_VLAN", "IMP_IP_TRUNK", "IMP_RTR", "IMP_SITE", "IMP_SPOP_SWITCH", "IMP_OFFICE_RTR", "OPENGEAR"]
def upgrade() -> None: def upgrade() -> None:
......
from test.conftest import db_uri # noqa: F401
...@@ -53,7 +53,7 @@ def test_successful_iptrunk_termination( ...@@ -53,7 +53,7 @@ def test_successful_iptrunk_termination(
# Check NetboxClient calls # Check NetboxClient calls
assert mocked_delete_interface.call_count == 2 # once for each side assert mocked_delete_interface.call_count == 2 # once for each side
assert mocked_free_interface.call_count == 4 # Free interfaces for each side(2 per side) assert mocked_free_interface.call_count == 4 # Free interfaces for each side (2 per side)
state = extract_state(result) state = extract_state(result)
subscription_id = state["subscription_id"] subscription_id = state["subscription_id"]
......
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