summaryrefslogtreecommitdiff
path: root/tests/topotests/pim-basic/test_pim.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2021-02-22 07:31:22 -0500
committerGitHub <noreply@github.com>2021-02-22 07:31:22 -0500
commit6589cae5f8a919dbf44243f71aae33805b1660e9 (patch)
tree151c686e037eb259d37e8917c03fccf90251236c /tests/topotests/pim-basic/test_pim.py
parent2031dbf31cfbe7e6fb0028b34054db5d92de05d2 (diff)
parentefb62eeddf3a33483ca8ece0ee0635d020f292b6 (diff)
Merge pull request #7920 from donaldsharp/more_pytest_cleanup
More pytest cleanup
Diffstat (limited to 'tests/topotests/pim-basic/test_pim.py')
-rw-r--r--tests/topotests/pim-basic/test_pim.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/pim-basic/test_pim.py b/tests/topotests/pim-basic/test_pim.py
index 224b82f1fb..918d3847ce 100644
--- a/tests/topotests/pim-basic/test_pim.py
+++ b/tests/topotests/pim-basic/test_pim.py
@@ -43,6 +43,7 @@ from lib.topolog import logger
from mininet.topo import Topo
+pytestmark = [pytest.mark.pimd]
class PIMTopo(Topo):
def build(self, *_args, **_opts):