summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-07-28 09:36:30 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-07-28 09:36:30 -0400
commit6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb (patch)
tree1be5113e9e8b89776a8655f87c25072772c02a89 /tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
parent2a16d27a0f91c6f44180859f4d265da02af5715a (diff)
tests: Add pytest.mark.ospfd on tests missing this mark
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py')
-rw-r--r--tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py3
1 files changed, 3 insertions, 0 deletions
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 f17346d5b1..0e2fef4a22 100644
--- a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
+++ b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
@@ -66,6 +66,9 @@ from lib.ospf import (
verify_ospf_interface,
)
+pytestmark = [pytest.mark.ospfd, pytest.mark.staticd]
+
+
# Global variables
topo = None