From bf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 28 Jul 2021 09:37:28 -0400 Subject: tests: Add pytest.mark.bgpd for tests missing this mark Signed-off-by: Donald Sharp --- tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/topotests/bgp_prefix_list_topo1') diff --git a/tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py b/tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py index 22952f645..10dee0f77 100644 --- a/tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py +++ b/tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py @@ -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] + + # Reading the data from JSON File for topology creation jsonFile = "{}/prefix_lists.json".format(CWD) -- cgit v1.2.3