From 5ad1fd54a802d1a781c3b1cb8aafc4e79891b485 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 1 Mar 2021 09:11:38 -0500 Subject: tests: Add some pytest.mark.bgpd Add some pytest.mark.bgpd. This is about all I could stomach doing in one patch. I'll do another pass at another time. Signed-off-by: Donald Sharp --- .../bgp-basic-functionality-topo1/test_bgp_basic_functionality.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py') diff --git a/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py b/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py index b701a0d61e..374cce21f6 100644 --- a/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py +++ b/tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py @@ -91,6 +91,9 @@ from lib.bgp import ( ) from lib.topojson import build_topo_from_json, build_config_from_json +pytestmark = [pytest.mark.bgpd, pytest.mark.staticd] + + # Reading the data from JSON File for topology creation jsonFile = "{}/bgp_basic_functionality.json".format(CWD) try: -- cgit v1.2.3