From 3ebfdf2d2423de921663ec66a5a2b09d156de3aa Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Tue, 26 Nov 2024 12:02:07 +0000
Subject: [PATCH] Update to `test_validate_router`

---
 test/workflows/router/test_validate_router.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/workflows/router/test_validate_router.py b/test/workflows/router/test_validate_router.py
index a72063d9..54af04f9 100644
--- a/test/workflows/router/test_validate_router.py
+++ b/test/workflows/router/test_validate_router.py
@@ -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")
-- 
GitLab