diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 15:37:28 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-07-28 15:45:38 +0200 |
commit | bf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2 (patch) | |
tree | 346b1d838c542b3403e403aef0b840f8c9109dd6 /tests/topotests/bgp_prefix_list_topo1 | |
parent | tests: Add pytest.mark.ospfd on tests missing this mark (diff) | |
download | frr-bf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2.tar.xz frr-bf3a0a9a4b4bf0cd31da2aa93a4e03172860c3f2.zip |
tests: Add pytest.mark.bgpd for tests missing this mark
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_prefix_list_topo1')
-rw-r--r-- | tests/topotests/bgp_prefix_list_topo1/test_prefix_lists.py | 3 |
1 files changed, 3 insertions, 0 deletions
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) |