]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/bgp_large_community/test_bgp_large_community_topo_1.py
tests: Add pytest.mark.bgpd for tests missing this mark
[mirror_frr.git] / tests / topotests / bgp_large_community / test_bgp_large_community_topo_1.py
index 31fbdcd4b5a02b4c4fd0556e63825d966dd64f59..69eba23e0fe47f925f053680504ca1cc8368c902 100644 (file)
@@ -73,6 +73,9 @@ from lib.topolog import logger
 from lib.bgp import verify_bgp_convergence, create_router_bgp, clear_bgp_and_verify
 from lib.topojson import build_topo_from_json, build_config_from_json
 
+pytestmark = [pytest.mark.bgpd]
+
+
 # Save the Current Working Directory to find configuration files.
 CWD = os_path.dirname(os_path.realpath(__file__))
 sys.path.append(os_path.join(CWD, "../"))