summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_community_alias
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_community_alias
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_community_alias')
-rw-r--r--tests/topotests/bgp_community_alias/test_bgp-community-alias.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/bgp_community_alias/test_bgp-community-alias.py b/tests/topotests/bgp_community_alias/test_bgp-community-alias.py
index c41ba810f1..6aadff1cfa 100644
--- a/tests/topotests/bgp_community_alias/test_bgp-community-alias.py
+++ b/tests/topotests/bgp_community_alias/test_bgp-community-alias.py
@@ -40,6 +40,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):