summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2021-04-09 14:24:22 -0400
committerGitHub <noreply@github.com>2021-04-09 14:24:22 -0400
commit2fe49c7b3562bce6205ec8609ad9e38c95ae74a4 (patch)
tree7151980ac5d00c52e567130d7523811c75cab44b /tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
parent895e674b5cb23b666fc6a8d6dedc2dc0d933ad15 (diff)
parent0b25370e95306a6b1631fea8d521aa6f04e75fe4 (diff)
Merge pull request #8429 from donaldsharp/markit
Markit
Diffstat (limited to 'tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py')
-rw-r--r--tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py b/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
index 88935ae4d1..dffe24f3a0 100644
--- a/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
+++ b/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
@@ -44,6 +44,9 @@ from lib.topolog import logger
from mininet.topo import Topo
+pytestmark = [pytest.mark.bgpd]
+
+
class TemplateTopo(Topo):
def build(self, *_args, **_opts):
tgen = get_topogen(self)