summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-04-08 13:03:36 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-04-09 08:34:45 -0400
commit98ca91e18193a34791d4693c685b60d57ce56f35 (patch)
tree857e089d7a3bd9ffdcf4a4accfa3f7691245406b /tests/topotests/bgp_sender-as-path-loop-detection/test_bgp_sender-as-path-loop-detection.py
parent750b1916b99423f441bedd68cba6a722e67485c7 (diff)
tests: Add some more pytest marks for bgpd
Just another round of trying to add pytest.mark.bgpd. Not finished yet just what I could stand doing for a few minutes. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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)