summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_communities_topo1/test_bgp_communities.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_communities_topo1/test_bgp_communities.py')
-rw-r--r--tests/topotests/bgp_communities_topo1/test_bgp_communities.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_communities_topo1/test_bgp_communities.py b/tests/topotests/bgp_communities_topo1/test_bgp_communities.py
index f2e54b24d6..6d4a7d82e5 100644
--- a/tests/topotests/bgp_communities_topo1/test_bgp_communities.py
+++ b/tests/topotests/bgp_communities_topo1/test_bgp_communities.py
@@ -66,6 +66,9 @@ from lib.bgp import (
from lib.topojson import build_topo_from_json, build_config_from_json
from copy import deepcopy
+pytestmark = [pytest.mark.bgpd, pytest.mark.staticd]
+
+
# Reading the data from JSON File for topology creation
jsonFile = "{}/bgp_communities.json".format(CWD)
try: