From 6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 28 Jul 2021 09:36:30 -0400 Subject: tests: Add pytest.mark.ospfd on tests missing this mark Signed-off-by: Donald Sharp --- tests/topotests/ospf_basic_functionality/test_ospf_nssa.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_nssa.py') diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py b/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py index 3644bff3dc..0af83548b9 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_nssa.py @@ -63,6 +63,9 @@ sys.path.append(os.path.join(CWD, "../lib/")) # pylint: disable=C0413 # Import topogen and topotest helpers +pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] + + # Global variables topo = None # Reading the data from JSON File for topology creation -- cgit v1.2.3