diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:11:38 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-03-01 09:11:38 -0500 |
| commit | 5ad1fd54a802d1a781c3b1cb8aafc4e79891b485 (patch) | |
| tree | 7fc926e69fd7d78ea306f47669579e09a6fc71a6 /tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py | |
| parent | ae34a9c5bdfcdeeb95ee98cd07a9b47cf94ad3e9 (diff) | |
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 <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py')
| -rw-r--r-- | tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py | 3 |
1 files changed, 3 insertions, 0 deletions
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: |
