tests: Add pytestmark to the flowspec topotest

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2021-04-23 21:40:33 -04:00
parent 70492deafc
commit 21ef301cad

View 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