summaryrefslogtreecommitdiff
path: root/tests/topotests/bfd-topo2/test_bfd_topo2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bfd-topo2/test_bfd_topo2.py')
-rw-r--r--tests/topotests/bfd-topo2/test_bfd_topo2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bfd-topo2/test_bfd_topo2.py b/tests/topotests/bfd-topo2/test_bfd_topo2.py
index feb4576bd3..5181a40f47 100644
--- a/tests/topotests/bfd-topo2/test_bfd_topo2.py
+++ b/tests/topotests/bfd-topo2/test_bfd_topo2.py
@@ -70,7 +70,7 @@ class BFDTopo(Topo):
switch.add_link(tgen.gears["r2"])
switch.add_link(tgen.gears["r4"])
-
+@pytest.mark.bfd
def setup_module(mod):
"Sets up the pytest environment"
tgen = Topogen(BFDTopo, mod.__name__)