diff options
Diffstat (limited to 'tests/topotests/pim_acl/test_pim_acl.py')
| -rwxr-xr-x | tests/topotests/pim_acl/test_pim_acl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/pim_acl/test_pim_acl.py b/tests/topotests/pim_acl/test_pim_acl.py index 848f7fa8ed..77917a0239 100755 --- a/tests/topotests/pim_acl/test_pim_acl.py +++ b/tests/topotests/pim_acl/test_pim_acl.py @@ -121,7 +121,7 @@ from lib.topolog import logger # Required to instantiate the topology builder class. from mininet.topo import Topo -pytestmark = [pytest.mark.pimd] +pytestmark = [pytest.mark.pimd, pytest.mark.ospfd] # |
