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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/topotests/bfd-topo2/test_bfd_topo2.py b/tests/topotests/bfd-topo2/test_bfd_topo2.py
index c31cc02b3a..e85b2644dd 100644
--- a/tests/topotests/bfd-topo2/test_bfd_topo2.py
+++ b/tests/topotests/bfd-topo2/test_bfd_topo2.py
@@ -46,7 +46,8 @@ from lib.topolog import logger
# Required to instantiate the topology builder class.
from mininet.topo import Topo
-pytestmark = [pytest.mark.bfdd, pytest.mark.ospfd]
+pytestmark = [pytest.mark.bfdd, pytest.mark.bgpd, pytest.mark.ospfd]
+
class BFDTopo(Topo):
"Test topology builder"