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:
Donald Sharp 2021-01-23 15:52:44 -05:00
parent 3dedee4fe1
commit 2c647bcdc8

View File

@ -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