summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2021-07-29 11:09:26 +0300
committerGitHub <noreply@github.com>2021-07-29 11:09:26 +0300
commit6e300106411905b3a7f214d72a43459f589552c4 (patch)
tree4ae5b3a17fba31eadbc433b5a89146c31783eea0 /tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py
parentf3fd4b5bfd964e5268c93d5b23f8cc399e29eabf (diff)
parentdbc5be82d8023d17895a68ca11a4a4eefdc37a23 (diff)
Merge pull request #9207 from donaldsharp/snmp_pytest_mark
Snmp pytest mark
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