mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 03:40:52 +00:00
tests: pytest marker registrations for all daemons
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
This commit is contained in:
parent
0f84d13839
commit
309638adb5
@ -1,16 +1,29 @@
|
||||
# Skip pytests example directory
|
||||
[pytest]
|
||||
norecursedirs = .git example-test example-topojson-test lib docker
|
||||
|
||||
# Markers
|
||||
#
|
||||
# Please consult the documentation and discuss with TSC members before applying
|
||||
# any changes to this list.
|
||||
markers =
|
||||
babel: Tests that run against BABEL
|
||||
bfd: Tests that run against BFDD
|
||||
eigrp: Tests that run against EIGRPD
|
||||
isis: Tests that run against ISISD
|
||||
ldp: Tests that run against LDPD
|
||||
ospf: Tests that run against OSPF( v2 and v3 )
|
||||
pbr: Tests that run against PBRD
|
||||
pim: Tests that run against pim
|
||||
rip: Tests that run against RIP, both v4 and v6
|
||||
babeld: Tests that run against BABELD
|
||||
bfdd: Tests that run against BFDD
|
||||
bgpd: Tests that run against BGPD
|
||||
eigrpd: Tests that run against EIGRPD
|
||||
isisd: Tests that run against ISISD
|
||||
ldpd: Tests that run against LDPD
|
||||
nhrpd: Tests that run against NHRPD
|
||||
ospf6d: Tests that run against OSPF6D
|
||||
ospfd: Tests that run against OSPFD
|
||||
pathd: Tests that run against PATHD
|
||||
pbrd: Tests that run against PBRD
|
||||
pimd: Tests that run against PIMD
|
||||
ripd: Tests that run against RIPD
|
||||
ripngd: Tests that run against RIPNGD
|
||||
sharpd: Tests that run against SHARPD
|
||||
staticd: Tests that run against STATICD
|
||||
vrrpd: Tests that run against VRRPD
|
||||
|
||||
[topogen]
|
||||
# Default configuration values
|
||||
|
||||
Loading…
Reference in New Issue
Block a user