summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py')
-rw-r--r--tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
index 9ca460e48..d8cf3bd02 100644
--- a/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
+++ b/tests/topotests/ospfv3_basic_functionality/test_ospfv3_routemaps.py
@@ -73,6 +73,9 @@ from lib.ospf import (
from ipaddress import IPv6Address
+pytestmark = [pytest.mark.ospfd, pytest.mark.staticd]
+
+
# Global variables
topo = None