]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: Add pytestmark to the flowspec topotest
authorDonald Sharp <sharpd@nvidia.com>
Sat, 24 Apr 2021 01:40:33 +0000 (21:40 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 12 May 2021 11:33:08 +0000 (07:33 -0400)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py

index a772a2aab1fb046a51846d25cc4f263ecfb0f303..fdd84fcd401a7a9d2c5e0992c5ef9555f982c242 100644 (file)
@@ -71,6 +71,10 @@ from lib.lutil import luCommand
 # Required to instantiate the topology builder class.
 from mininet.topo import Topo
 
+
+pytestmark = [pytest.mark.bgpd]
+
+
 #####################################################
 ##
 ##   Network Topology Definition