mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
tests: Add a pytest marker for the fpm
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
5ca133e070
commit
c12f88cf66
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue