mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-20 00:44:24 +00:00
tests: Add pytest.mark.pathd
Go through and mark tests using pathd. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
2c647bcdc8
commit
785eb4f72f
@ -96,7 +96,8 @@ from lib.topolog import logger
|
||||
# Required to instantiate the topology builder class.
|
||||
from mininet.topo import Topo
|
||||
|
||||
pytestmark = [pytest.mark.isisd]
|
||||
pytestmark = [pytest.mark.bgpd, pytest.mark.isisd, pytest.mark.pathd]
|
||||
|
||||
|
||||
class TemplateTopo(Topo):
|
||||
"Test topology builder"
|
||||
|
Loading…
Reference in New Issue
Block a user