Skip to content
Snippets Groups Projects

`validate_router` - change in P-BGP verb

Merged Aleksandr Kurbatov requested to merge fix/nat-884-bgp-verification into develop
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -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")
Loading