summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2021-04-23 21:40:33 -0400
committerDonald Sharp <sharpd@nvidia.com>2021-05-12 07:33:08 -0400
commit21ef301cad6208b45a93e96817a3d2579e92ff28 (patch)
tree4705885d571c36fa12273814e59433ebdc561edc
parent70492deafc51977923b24a2cf5c4371e1b8d574f (diff)
tests: Add pytestmark to the flowspec topotest
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
-rw-r--r--tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py4
1 files changed, 4 insertions, 0 deletions
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