From 829a2e9bc40c4708b3ac4ffb80903ec17f4fb38d Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 11 Mar 2024 14:40:49 -0400 Subject: [PATCH] tests: teste_ospf_rte_calc.py uses bgp add pytest mark Signed-off-by: Donald Sharp --- tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py index f0950a2db3..45c1325917 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py @@ -49,7 +49,7 @@ from lib.ospf import ( verify_ospf_interface, ) -pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] +pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd, pytest.mark.staticd] # Global variables