mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-12 09:16:32 +00:00
tests: Add pytestmark to the flowspec topotest
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
70492deafc
commit
21ef301cad
@ -71,6 +71,10 @@ from lib.lutil import luCommand
|
|||||||
# Required to instantiate the topology builder class.
|
# Required to instantiate the topology builder class.
|
||||||
from mininet.topo import Topo
|
from mininet.topo import Topo
|
||||||
|
|
||||||
|
|
||||||
|
pytestmark = [pytest.mark.bgpd]
|
||||||
|
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
##
|
##
|
||||||
## Network Topology Definition
|
## Network Topology Definition
|
||||||
|
Loading…
Reference in New Issue
Block a user