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/evpn_pim_1 | |
| parent | 5f059e0c7d2b6b8bce0a618726ba5d731f2d2ad4 (diff) | |
tests: Drop duplicate pytestmark per file
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/evpn_pim_1')
| -rw-r--r-- | tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py b/tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py index c0621d75a5..cfcd4a18ea 100644 --- a/tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py +++ b/tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py @@ -20,7 +20,7 @@ import pytest import json from functools import partial -pytestmark = [pytest.mark.pimd] +pytestmark = [pytest.mark.pimd, pytest.mark.bgpd] # Save the Current Working Directory to find configuration files. CWD = os.path.dirname(os.path.realpath(__file__)) @@ -32,10 +32,6 @@ from lib import topotest from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger -# Required to instantiate the topology builder class. - -pytestmark = [pytest.mark.bgpd, pytest.mark.bgpd] - ##################################################### ## |
