diff options
Diffstat (limited to 'tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py')
| -rw-r--r-- | tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py index 20d7f46d4c..99c831c8cf 100644 --- a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py +++ b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py @@ -79,6 +79,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" |
