tests: Add a pytest marker for the fpm

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-02-17 17:16:29 -05:00
parent 5ca133e070
commit c12f88cf66
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
pytestmark = [pytest.mark.sharpd]
pytestmark = [pytest.mark.fpm, pytest.mark.sharpd]
def build_topo(tgen):

View file

@ -43,6 +43,7 @@ markers =
bfdd: Tests that run against BFDD
bgpd: Tests that run against BGPD
eigrpd: Tests that run against EIGRPD
fpm: Tests that run against the FPM
isisd: Tests that run against ISISD
ldpd: Tests that run against LDPD
mgmtd: Tests that run against MGMTD