diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-03-02 09:30:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 09:30:06 +0200 |
| commit | c103ac43dea8087e33e62dec69cee2d79e362ed5 (patch) | |
| tree | 82dc7576b9642d50ae050803cbf274fc8229acf7 /tests/topotests/bgp_communities_topo1/test_bgp_communities.py | |
| parent | 3ca7090fdcdda8dc8ab0d96ed1a2c7a0a700aaf3 (diff) | |
| parent | 5980ad0ae0352ba3865ee17cd9bf97bc65e35474 (diff) | |
Merge pull request #8172 from donaldsharp/more_pytest_bgp
More pytest stuff
Diffstat (limited to 'tests/topotests/bgp_communities_topo1/test_bgp_communities.py')
| -rw-r--r-- | tests/topotests/bgp_communities_topo1/test_bgp_communities.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/bgp_communities_topo1/test_bgp_communities.py b/tests/topotests/bgp_communities_topo1/test_bgp_communities.py index f2e54b24d6..6d4a7d82e5 100644 --- a/tests/topotests/bgp_communities_topo1/test_bgp_communities.py +++ b/tests/topotests/bgp_communities_topo1/test_bgp_communities.py @@ -66,6 +66,9 @@ from lib.bgp import ( from lib.topojson import build_topo_from_json, build_config_from_json from copy import deepcopy +pytestmark = [pytest.mark.bgpd, pytest.mark.staticd] + + # Reading the data from JSON File for topology creation jsonFile = "{}/bgp_communities.json".format(CWD) try: |
