diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-27 23:18:15 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-04-27 23:18:15 +0300 |
| commit | 086df4bfaabdeafdc6643f94f68d17b3e069187a (patch) | |
| tree | 9e44b4310cef28a75b657c42d85ab17142aef6ca /tests/topotests/bgp_rmap_extcommunity_none | |
| parent | 5f059e0c7d2b6b8bce0a618726ba5d731f2d2ad4 (diff) | |
tests: Drop duplicate pytestmark per file
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/bgp_rmap_extcommunity_none')
| -rw-r--r-- | tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py b/tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py index 5c7cc8eae3..ef7c94bbab 100644 --- a/tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py +++ b/tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py @@ -18,7 +18,7 @@ import json import pytest import functools -pytestmark = pytest.mark.bgpd +pytestmark = [pytest.mark.bgpd] CWD = os.path.dirname(os.path.realpath(__file__)) sys.path.append(os.path.join(CWD, "../")) @@ -27,8 +27,6 @@ sys.path.append(os.path.join(CWD, "../")) from lib import topotest from lib.topogen import Topogen, TopoRouter, get_topogen -pytestmark = [pytest.mark.bgpd] - def build_topo(tgen): for routern in range(1, 3): |
