From 086df4bfaabdeafdc6643f94f68d17b3e069187a Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 27 Apr 2024 23:18:15 +0300 Subject: tests: Drop duplicate pytestmark per file Signed-off-by: Donatas Abraitis --- tests/topotests/bgp_oad/test_bgp_oad.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/topotests/bgp_oad/test_bgp_oad.py') diff --git a/tests/topotests/bgp_oad/test_bgp_oad.py b/tests/topotests/bgp_oad/test_bgp_oad.py index b26c548357..a2ca37a2b7 100644 --- a/tests/topotests/bgp_oad/test_bgp_oad.py +++ b/tests/topotests/bgp_oad/test_bgp_oad.py @@ -17,7 +17,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 @@ from lib import topotest from lib.topogen import Topogen, TopoRouter, get_topogen from lib.common_config import step -pytestmark = [pytest.mark.bgpd] - def setup_module(mod): topodef = {"s1": ("r1", "r2", "r4"), "s2": ("r2", "r3"), "s3": ("r4", "r5")} -- cgit v1.2.3