mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-25 20:17:12 +00:00
tests: Add pytest.mark.nhrpd
Go through all tests and mark pytest.mark.nhrpd Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
3dedee4fe1
commit
2c647bcdc8
@ -43,7 +43,15 @@ from mininet.link import Intf
|
||||
|
||||
from functools import partial
|
||||
|
||||
pytestmark = [pytest.mark.isisd, pytest.mark.ospfd, pytest.mark.ripd]
|
||||
pytestmark = [
|
||||
pytest.mark.babeld,
|
||||
pytest.mark.bgpd,
|
||||
pytest.mark.isisd,
|
||||
pytest.mark.nhrpd,
|
||||
pytest.mark.ospfd,
|
||||
pytest.mark.pbrd,
|
||||
pytest.mark.ripd,
|
||||
]
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
from lib import topotest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user