diff options
Diffstat (limited to 'tests/topotests/pytest.ini')
| -rw-r--r-- | tests/topotests/pytest.ini | 31 | 
1 files changed, 22 insertions, 9 deletions
diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index d1b18a57bb..0c45a09445 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -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  | 
