]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Add pytest.mark.sharpd for those missing it
authorDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 13:40:58 +0000 (09:40 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 28 Jul 2021 13:45:38 +0000 (09:45 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/route_scale/test_route_scale.py
tests/topotests/srv6_locator/test_srv6_locator.py
tests/topotests/zebra_netlink/test_zebra_netlink.py
tests/topotests/zebra_rib/test_zebra_rib.py
tests/topotests/zebra_seg6_route/test_zebra_seg6_route.py
tests/topotests/zebra_seg6local_route/test_zebra_seg6local_route.py

index bbd6ef8d60093cd010a46ca69f2411a3a1c5b51e..469ad42d640dd6cc6905231fb5e21227765bce9e 100644 (file)
@@ -48,6 +48,9 @@ from lib.common_config import shutdown_bringup_interface
 # Required to instantiate the topology builder class.
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.sharpd]
+
+
 #####################################################
 ##
 ##   Network Topology Definition
index a7416ce085f42d2fb01ad6d9bd0247ddb701c79b..04b0d8db97ac1c9bac66b326d7faae76d54b46e4 100755 (executable)
@@ -43,6 +43,8 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
 from lib.topolog import logger
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.bgpd, pytest.mark.sharpd]
+
 
 def open_json_file(filename):
     try:
index 94baf8438f8898e528dd56686d59564e3d67416c..cf08ee9639b55b268f1e283b8f880be297448a2e 100644 (file)
@@ -47,6 +47,9 @@ from lib.common_config import shutdown_bringup_interface
 # Required to instantiate the topology builder class.
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.sharpd]
+
+
 #####################################################
 ##
 ##   Network Topology Definition
index 9fcf7b6820a9417555b7a7d651884cee4f2ed147..5f22435f4ad700897b086846f859963646fe17bb 100644 (file)
@@ -46,6 +46,8 @@ from time import sleep
 # Required to instantiate the topology builder class.
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.sharpd]
+
 
 class ZebraTopo(Topo):
     "Test topology builder"
index e83b2c1007d659ef93f278fa171406934c824c6d..a83c6d6ec0ec760fb7e97ab3a23855b63e0a4a87 100755 (executable)
@@ -43,6 +43,8 @@ from lib.topolog import logger
 from lib.common_config import shutdown_bringup_interface
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.sharpd]
+
 
 def open_json_file(filename):
     try:
index 1c9d208fef4695071c5c3c7f46a54db0cd9de7dd..6cdb77b94b6fa8f6f56280d17493a0e0acda4c8e 100755 (executable)
@@ -43,6 +43,8 @@ from lib.topolog import logger
 from lib.common_config import shutdown_bringup_interface
 from mininet.topo import Topo
 
+pytestmark = [pytest.mark.sharpd]
+
 
 def open_json_file(filename):
     try: