Skip to content
Snippets Groups Projects
Verified Commit 3ebfdf2d authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov Committed by Karel van Klink
Browse files

Update to `test_validate_router`

parent a2e3f6ed
No related branches found
No related tags found
1 merge request!310`validate_router` - change in P-BGP verb
......@@ -4,6 +4,7 @@ import pytest
from infoblox_client import objects
from orchestrator.types import SubscriptionLifecycle
from gso.products.product_blocks.router import RouterRole
from gso.products.product_types.router import Router
from gso.utils.shared_enums import Vendor
from test.services.conftest import MockedKentikClient
......@@ -16,6 +17,7 @@ from test.workflows import (
@pytest.mark.parametrize("router_state", [SubscriptionLifecycle.PROVISIONING, SubscriptionLifecycle.ACTIVE])
@pytest.mark.parametrize("router_role", [RouterRole.P, RouterRole.PE])
@pytest.mark.workflow()
@patch("gso.services.infoblox.find_host_by_fqdn")
@patch("gso.services.lso_client._send_request")
......
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