]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/pytest.ini
tools: Ignore mass renaming of topotests for git blame
[mirror_frr.git] / tests / topotests / pytest.ini
CommitLineData
309c9764
MW
1# Skip pytests example directory
2[pytest]
0883be0c 3norecursedirs = .git example-test example-topojson-test lib docker
309638ad
DS
4
5# Markers
6#
7# Please consult the documentation and discuss with TSC members before applying
8# any changes to this list.
b9f3e47f 9markers =
309638ad
DS
10 babeld: Tests that run against BABELD
11 bfdd: Tests that run against BFDD
12 bgpd: Tests that run against BGPD
13 eigrpd: Tests that run against EIGRPD
14 isisd: Tests that run against ISISD
15 ldpd: Tests that run against LDPD
16 nhrpd: Tests that run against NHRPD
17 ospf6d: Tests that run against OSPF6D
18 ospfd: Tests that run against OSPFD
19 pathd: Tests that run against PATHD
20 pbrd: Tests that run against PBRD
21 pimd: Tests that run against PIMD
22 ripd: Tests that run against RIPD
23 ripngd: Tests that run against RIPNGD
24 sharpd: Tests that run against SHARPD
25 staticd: Tests that run against STATICD
26 vrrpd: Tests that run against VRRPD
b9a210f9 27 snmp: Tests that run against snmp changes
edd2bdf6
RZ
28
29[topogen]
30# Default configuration values
31#
32# 'verbosity' controls how much data the underline systems will use to
33# provide output (e.g. mininet output, test debug output etc...). The
34# value is 'info', but can be changed to 'debug' to provide more details.
35#verbosity = info
36
7659b8d4
AP
37# Save logs to log file, by default logs will be displayed to console
38#frrtest_log_dir = /tmp/topotests/
39
40# Display router current configuration during test execution,
41# by default configuration will not be shown
bca79837 42# show_router_config = True
7659b8d4 43
edd2bdf6
RZ
44# Default daemons binaries path.
45#frrdir = /usr/lib/frr
edd2bdf6
RZ
46
47# Default router type to use. Possible values are:
622c4996 48# 'frr'
edd2bdf6 49#routertype = frr
c540096e
RZ
50
51# Memory leak test reports path
52# Enables and add an output path to memory leak tests.
53# Example:
54# memleak_path = /tmp/memleak_
55# Output files will be named after the testname:
56# /tmp/memleak_test_ospf_topo1.txt
57#memleak_path =