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_as_allow_in | |
| 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_as_allow_in')
| -rw-r--r-- | tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py b/tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py index 544bda145c..4d41c7a321 100644 --- a/tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py +++ b/tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py @@ -76,6 +76,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_as_allow_in.json".format(CWD) try: |
