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

Update to `test_validate_router`

parent 3ee49108
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ import pytest ...@@ -4,6 +4,7 @@ import pytest
from infoblox_client import objects from infoblox_client import objects
from orchestrator.types import SubscriptionLifecycle from orchestrator.types import SubscriptionLifecycle
from gso.products.product_blocks.router import RouterRole
from gso.products.product_types.router import Router from gso.products.product_types.router import Router
from gso.utils.shared_enums import Vendor from gso.utils.shared_enums import Vendor
from test.services.conftest import MockedKentikClient from test.services.conftest import MockedKentikClient
...@@ -16,6 +17,7 @@ from test.workflows import ( ...@@ -16,6 +17,7 @@ from test.workflows import (
@pytest.mark.parametrize("router_state", [SubscriptionLifecycle.PROVISIONING, SubscriptionLifecycle.ACTIVE]) @pytest.mark.parametrize("router_state", [SubscriptionLifecycle.PROVISIONING, SubscriptionLifecycle.ACTIVE])
@pytest.mark.parametrize("router_role", [RouterRole.P, RouterRole.PE])
@pytest.mark.workflow() @pytest.mark.workflow()
@patch("gso.services.infoblox.find_host_by_fqdn") @patch("gso.services.infoblox.find_host_by_fqdn")
@patch("gso.services.lso_client._send_request") @patch("gso.services.lso_client._send_request")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment