mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 07:56:29 +00: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
|
from lib.topolog import logger
|
||||||
|
|
||||||
|
|
||||||
pytestmark = [pytest.mark.sharpd]
|
pytestmark = [pytest.mark.fpm, pytest.mark.sharpd]
|
||||||
|
|
||||||
|
|
||||||
def build_topo(tgen):
|
def build_topo(tgen):
|
||||||
|
@ -43,6 +43,7 @@ markers =
|
|||||||
bfdd: Tests that run against BFDD
|
bfdd: Tests that run against BFDD
|
||||||
bgpd: Tests that run against BGPD
|
bgpd: Tests that run against BGPD
|
||||||
eigrpd: Tests that run against EIGRPD
|
eigrpd: Tests that run against EIGRPD
|
||||||
|
fpm: Tests that run against the FPM
|
||||||
isisd: Tests that run against ISISD
|
isisd: Tests that run against ISISD
|
||||||
ldpd: Tests that run against LDPD
|
ldpd: Tests that run against LDPD
|
||||||
mgmtd: Tests that run against MGMTD
|
mgmtd: Tests that run against MGMTD
|
||||||
|
Loading…
Reference in New Issue
Block a user