]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Drop duplicate pytestmark per file
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 27 Apr 2024 20:18:15 +0000 (23:18 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 27 Apr 2024 20:18:15 +0000 (23:18 +0300)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
35 files changed:
tests/topotests/bgp_asdot_regex/test_bgp_asdot_regex.py
tests/topotests/bgp_community_alias/test_bgp-community-alias.py
tests/topotests/bgp_conditional_advertisement_static_route/test_bgp_conditional_advertisement_static_route.py
tests/topotests/bgp_confederation_astype/test_bgp_confederation_astype.py
tests/topotests/bgp_default_afi_safi/test_bgp-default-afi-safi.py
tests/topotests/bgp_dont_capability_negotiate/test_bgp_dont_capability_negotiate.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_addpath.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_fqdn.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_graceful_restart.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_orf.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_role.py
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py
tests/topotests/bgp_ebgp_common_subnet_nexthop_unchanged/test_bgp-ebgp-common-subnet-nexthop-unchanged.py
tests/topotests/bgp_evpn_mh/test_evpn_mh.py
tests/topotests/bgp_evpn_route_map_match/test_bgp_evpn_route_map_match.py
tests/topotests/bgp_extended_optional_parameters_length/test_bgp_extended_optional_parameters_length.py
tests/topotests/bgp_llgr/test_bgp_llgr.py
tests/topotests/bgp_oad/test_bgp_oad.py
tests/topotests/bgp_orf/test_bgp_orf.py
tests/topotests/bgp_peer_graceful_shutdown/test_bgp_peer_graceful_shutdown.py
tests/topotests/bgp_prefix_list_any/test_bgp_prefix_list_any.py
tests/topotests/bgp_remove_private_as_route_map/test_bgp_remove_private_as_route_map.py
tests/topotests/bgp_rmap_extcommunity_none/test_bgp_rmap_extcommunity_none.py
tests/topotests/bgp_route_map_delay_timer/test_bgp_route_map_delay_timer.py
tests/topotests/bgp_route_map_match_ipv6_nexthop/test_bgp_route_map_match_ipv6_nexthop.py
tests/topotests/bgp_route_server_client/test_bgp_route_server_client.py
tests/topotests/bgp_software_version/test_bgp_software_version.py
tests/topotests/bgp_tcp_mss/test_bgp_tcp_mss.py
tests/topotests/bgp_tcp_mss/test_bgp_vrf_tcp_mss.py
tests/topotests/evpn_pim_1/test_evpn_pim_topo1.py
tests/topotests/multicast_pim_sm_topo1/test_multicast_pim_sm_topo1.py
tests/topotests/multicast_pim_sm_topo2/test_multicast_pim_sm_topo2.py
tests/topotests/multicast_pim_sm_topo3/test_multicast_pim_sm_topo3.py
tests/topotests/pim_basic/test_pim.py
tests/topotests/static_routing_with_ebgp/test_static_routes_topo4_ebgp.py

index 5d5f1659e9739fc2dee15b6204ecceae896d2009..4883e847c9c7efed72260d8eb5be63a45aefde96 100644 (file)
@@ -44,8 +44,6 @@ from lib import topotest
 from lib.topogen import Topogen, TopoRouter, get_topogen
 from lib.topolog import logger
 
-pytestmark = [pytest.mark.bgpd]
-
 
 def build_topo(tgen):
     for routern in range(1, 3):
index 000ea6075b6c569f8c5aa29a567297d5602edfde..fdae9a3aa748b559ccdb51eb659c954c2cc5803d 100644 (file)
@@ -24,8 +24,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):
index 4180bfcdf6a233c7c98e3a61015a15f7bcc4bfe9..e9114bdbabdccf593a3e375b20b1e69c68752411 100644 (file)
@@ -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"), "s2": ("r2", "r3")}
index 5310d3b595749a6dd9c1736d430484e20d89a91f..7bc005010943c8a284eb35585aa858f873c02538 100644 (file)
@@ -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 setup_module(mod):
     topodef = {"s1": ("r1", "r2"), "s2": ("r1", "r3")}
index a0014c72e64fe4f2e06b10e1623f7b90643810a2..05e07486aeb83c05fb158a5ce9a0ea3936c82583 100644 (file)
@@ -30,8 +30,6 @@ sys.path.append(os.path.join(CWD, "../"))
 from lib.topogen import Topogen, TopoRouter, get_topogen
 from lib.common_config import step
 
-pytestmark = [pytest.mark.bgpd]
-
 
 def build_topo(tgen):
     for routern in range(1, 5):
index 9a0f5621dc32e297f674ae32d64e1fcc40e2a636..2ab13b08e200552725f92c63b81be4e260c487fb 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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")}
index 7511d57e3e7a21a8cdf0e3b4a3ace3fcf752bd4d..4d7d46c3e81db4b17beac8bb8b241e97cfe9b0e5 100644 (file)
@@ -20,7 +20,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, "../"))
@@ -29,8 +29,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index 338886d5f4226479f8074c2a4ecc0f502e0f0fbd..26fae17c5e862fa9ac48185edc65eae54137c2f1 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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")}
index 4644ef3293df1c8bfcfe7faa884d83614efc5618..d67bfea45e6818311f427d2ccb812b7efcf3ecba 100644 (file)
@@ -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, "../"))
@@ -28,8 +28,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")}
index ba95bd1614894bd802fa9e79add76a0a22495ca6..9e1f26f21e0b83274eb8b2cdc5d3e684eecb8de1 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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")}
index aa9ad5f0e8c90ea0f7a387ad4582bf451a3060ff..f6c1e25fd650c022cedf645d51d8d47df3ea6d1c 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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")}
index 737e69470170e70b4d74a5eff5f79ea284349ee8..128283bbc3b463db4ecf6a54c4f9ebcdb1134ac3 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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")}
index 34f7dc8cd4b95c8e7b460fa248516c5d2ab245da..d9ccd6979cf09ad06e37f86d59e02f939c6a7780 100644 (file)
@@ -35,8 +35,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, 4):
index 7d8ddac4c8ca01d8140ed44c6e6a978e0721672c..b033e9c2eb101a8f827b62ad715a71744aa4fc79 100644 (file)
@@ -37,8 +37,6 @@ from lib import topotest
 # Required to instantiate the topology builder class.
 from lib.topogen import Topogen, TopoRouter, get_topogen
 
-pytestmark = [pytest.mark.bgpd, pytest.mark.pimd]
-
 #####################################################
 ##
 ##   Network Topology Definition
index 5781684a88d843a9e70d568773bc305063f23f99..2df0fd0e6caef0b6e48dc7dd71927f324a0b848c 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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": ("c1", "r1"), "s2": ("r1", "r2"), "s3": ("r2", "c2")}
index eef122b369a02198664154557a3146ff6148d0e1..a5db20e47490692eac9d1067cefb876b4d120b46 100644 (file)
@@ -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, "../"))
@@ -26,8 +26,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index d604871303ffd09ee1a03f5749831c67e3cd7061..d7897cfcb9ed3eefa7fb0de228ee352a8cdbd6f3 100644 (file)
@@ -36,8 +36,6 @@ from lib.common_config import (
     step,
 )
 
-pytestmark = [pytest.mark.bgpd]
-
 
 def build_topo(tgen):
     for routern in range(0, 6):
index b26c5483574882e8d0bb3986a68643113a337f23..a2ca37a2b7c84b6697bfb4300fa87c80e5e2d252 100644 (file)
@@ -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")}
index 7f45a242c9a10a85ef5c062e990ebf47fbf0deb4..47c055688477c6fe441bb14edbead7bb25f17ba1 100644 (file)
@@ -20,7 +20,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, "../"))
@@ -29,8 +29,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index 2eb936aaa0aaa86b94388860f88d7adfa3f8b322..926982623396f6760643abcb84552a42defcb68b 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -26,8 +26,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"), "s2": ("r2", "r3")}
index 0eb244717ef8ecb7de409c6fbe3fe0e70c9576e5..5d6440ce6adde09f2d4c03982292d4a740b0667e 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -25,8 +25,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index 2ae6f7fc9ebedf292cb2928590b655aae2e292dc..d9402f2743a3fbecee41147065385c32927b1683 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -25,8 +25,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):
index 5c7cc8eae36b33a06728bee570ed90d8a1a60da7..ef7c94bbab0ff86d8b81f69acf5222e69bf3d9a5 100644 (file)
@@ -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):
index 15a077da2e506d4daf350d87ab28923d905ca0bb..f7a66fdad1bf2ad17903a9b61cb0d91c1fb18fd8 100644 (file)
@@ -15,7 +15,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, "../"))
@@ -24,8 +24,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index a06e3edc44e053594f58bb11a0e2fe5ff0246b7a..93a514bf6a5cde725efd23c9a414a0a758dc23be 100644 (file)
@@ -16,7 +16,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, "../"))
@@ -25,8 +25,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):
index 23cf041b681c835804b9e1372de74fd82e566a2c..18b7831a4af68e53f6cd460187372842b20b0a7a 100644 (file)
@@ -15,7 +15,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, "../"))
@@ -24,8 +24,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, 4):
index 25e646cf42c29bcc0a77dc746ab69530cbdebde9..c867208d3945d060db49be0287c0690548579e7d 100644 (file)
@@ -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, "../"))
@@ -26,8 +26,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 setup_module(mod):
     topodef = {"s1": ("r1", "r2")}
index e7948eaaac47edb948024c5fb8d24e25f1e3e20e..4855d5c7d21a9886dca9b17e4cb343a266c23c13 100644 (file)
@@ -36,8 +36,6 @@ from lib import topotest
 from lib.topogen import Topogen, TopoRouter, get_topogen
 from lib.topolog import logger
 
-pytestmark = [pytest.mark.bgpd]
-
 
 def build_topo(tgen):
     for routern in range(1, 3):
index 6fe044fceac61278b617980f36afe9cedd1a34e8..6003601308eb68e6c32462b3a9c2e1f475b73ab5 100644 (file)
@@ -69,7 +69,6 @@ from lib.common_config import (
     write_test_header
 )
 
-pytestmark = [pytest.mark.bgpd]
 # Global variables
 NETWORK1_1 = {"ipv4": "1.1.1.1/32", "ipv6": "1::1/128"}
 NETWORK1_2 = {"ipv4": "1.1.1.2/32", "ipv6": "1::2/128"}
index c0621d75a50601b4090224f133b20f36a4e43392..cfcd4a18eaf3ece9423acf8cc698488f7cf02196 100644 (file)
@@ -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]
-
 
 #####################################################
 ##
index 1de6eac8975d9dca01ec5cc2fdad0b8236179cb6..f87a90d19822809572c57d780b1b03726995b2c6 100755 (executable)
@@ -42,7 +42,7 @@ import time
 from time import sleep
 import pytest
 
-pytestmark = pytest.mark.pimd
+pytestmark = [pytest.mark.pimd]
 
 # Save the Current Working Directory to find configuration files.
 CWD = os.path.dirname(os.path.realpath(__file__))
@@ -83,8 +83,6 @@ from lib.topolog import logger
 from lib.topojson import build_config_from_json
 
 
-pytestmark = [pytest.mark.pimd]
-
 TOPOLOGY = """
 
 
index 17f52cb86050445bc82e92eb3b6cac93cbc9f1d6..b62f7bbfc987f4c213f62d407dc203fd2ced647e 100755 (executable)
@@ -37,7 +37,7 @@ import sys
 import time
 import pytest
 
-pytestmark = pytest.mark.pimd
+pytestmark = [pytest.mark.pimd]
 
 # Save the Current Working Directory to find configuration files.
 CWD = os.path.dirname(os.path.realpath(__file__))
@@ -81,8 +81,6 @@ from lib.topolog import logger
 from lib.topojson import build_config_from_json
 
 
-pytestmark = [pytest.mark.pimd]
-
 TOPOLOGY = """
 
 
index 2c1241c0ccc9db342428671dc4c557c3c3a3edbc..f5aa41ee6d1e67c0fd4e4368133c49854e97ff48 100755 (executable)
@@ -45,7 +45,7 @@ from time import sleep
 import json
 import functools
 
-pytestmark = pytest.mark.pimd
+pytestmark = [pytest.mark.pimd]
 
 # Save the Current Working Directory to find configuration files.
 CWD = os.path.dirname(os.path.realpath(__file__))
@@ -91,7 +91,6 @@ from lib.topolog import logger
 from lib.topojson import build_config_from_json
 
 CWD = os.path.dirname(os.path.realpath(__file__))
-pytestmark = pytest.mark.pimd
 
 TOPOLOGY = """
 
index 24987e516d2481bd1622c74e7d06221f22270b5f..85b49aacc665ec92f5f62ccead2b424aca9edeb7 100644 (file)
@@ -18,7 +18,7 @@ import pytest
 import json
 from functools import partial
 
-pytestmark = pytest.mark.pimd
+pytestmark = [pytest.mark.pimd]
 
 CWD = os.path.dirname(os.path.realpath(__file__))
 sys.path.append(os.path.join(CWD, "../"))
@@ -29,9 +29,6 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
 from lib.topolog import logger
 
 
-pytestmark = [pytest.mark.pimd]
-
-
 def build_topo(tgen):
     "Build function"
 
index 2efc0fdf1b19afc339e5963063e90486926a7818..b2e622269d0ba0cec3cec17683f7aa0d16c03ddc 100644 (file)
@@ -65,8 +65,6 @@ ADDR_TYPES = check_address_types()
 NETWORK = {"ipv4": "2.2.2.2/32", "ipv6": "22:22::2/128"}
 NEXT_HOP_IP = {}
 
-pytestmark = [pytest.mark.bgpd, pytest.mark.staticd]
-
 
 def setup_module(mod):
     """