summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_llgr
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-04-27 23:18:15 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-04-27 23:18:15 +0300
commit086df4bfaabdeafdc6643f94f68d17b3e069187a (patch)
tree9e44b4310cef28a75b657c42d85ab17142aef6ca /tests/topotests/bgp_llgr
parent5f059e0c7d2b6b8bce0a618726ba5d731f2d2ad4 (diff)
tests: Drop duplicate pytestmark per file
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/bgp_llgr')
-rw-r--r--tests/topotests/bgp_llgr/test_bgp_llgr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/topotests/bgp_llgr/test_bgp_llgr.py b/tests/topotests/bgp_llgr/test_bgp_llgr.py
index d604871303..d7897cfcb9 100644
--- a/tests/topotests/bgp_llgr/test_bgp_llgr.py
+++ b/tests/topotests/bgp_llgr/test_bgp_llgr.py
@@ -36,8 +36,6 @@ from lib.common_config import (
step,
)
-pytestmark = [pytest.mark.bgpd]
-
def build_topo(tgen):
for routern in range(0, 6):