diff options
author | Donald Sharp <sharpd@nvidia.com> | 2021-04-24 03:40:33 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2021-05-12 13:33:08 +0200 |
commit | 21ef301cad6208b45a93e96817a3d2579e92ff28 (patch) | |
tree | 4705885d571c36fa12273814e59433ebdc561edc /tests/topotests/bgp_flowspec | |
parent | bgpd: Remove usage of prefix2str and use builtin in bgp_zebra.c (diff) | |
download | frr-21ef301cad6208b45a93e96817a3d2579e92ff28.tar.xz frr-21ef301cad6208b45a93e96817a3d2579e92ff28.zip |
tests: Add pytestmark to the flowspec topotest
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/bgp_flowspec')
-rw-r--r-- | tests/topotests/bgp_flowspec/test_bgp_flowspec_topo.py | 4 |
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 a772a2aab..fdd84fcd4 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 |