summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-07-28 09:37:28 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-07-28 09:45:38 -0400
commitbf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2 (patch)
tree346b1d838c542b3403e403aef0b840f8c9109dd6 /tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
parent6ff492b194bd64cd7cec2dec774c2c15d3b9d8eb (diff)
tests: Add pytest.mark.bgpd for tests missing this mark
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py')
-rw-r--r--tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py b/tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
index 7500c3b3ad..cb1d28cc06 100644
--- a/tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
+++ b/tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
@@ -51,6 +51,8 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
from mininet.topo import Topo
+pytestmark = [pytest.mark.bgpd]
+
class TemplateTopo(Topo):
def build(self, *_args, **_opts):