diff options
Diffstat (limited to 'tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py')
| -rw-r--r-- | tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py b/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py index ead991b183..97790487f2 100644 --- a/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py +++ b/tests/topotests/ldp-oc-topo1/test_ldp_oc_topo1.py @@ -78,6 +78,7 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo +pytestmark = [pytest.mark.ldpd, pytest.mark.ospfd] class TemplateTopo(Topo): "Test topology builder" |
