From: Donald Sharp Date: Sat, 24 Apr 2021 01:40:33 +0000 (-0400) Subject: tests: Add pytestmark to the flowspec topotest X-Git-Tag: base_8.0~9^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=21ef301cad6208b45a93e96817a3d2579e92ff28;p=matthieu%2Ffrr.git tests: Add pytestmark to the flowspec topotest Signed-off-by: Donald Sharp --- diff --git a/tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py b/tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py index a772a2aab1..fdd84fcd40 100644 --- a/tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py +++ b/tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py @@ -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