]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/pytest.ini
Merge pull request #9873 from bhinin/dynamic_peer_count_reset
[mirror_frr.git] / tests / topotests / pytest.ini
CommitLineData
309c9764
MW
1# Skip pytests example directory
2[pytest]
351bc82c
CH
3
4# We always turn this on inside conftest.py, default shown
5# addopts = --junitxml=<rundir>/topotests.xml
6
7log_level = DEBUG
8log_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
9log_date_format = %Y-%m-%d %H:%M:%S
10
11# If verbose is specifyied log_cli will be set to 1, it can also be specified
12# here or on the CLI.
13# log_cli = 1
14log_cli_level = INFO
15log_cli_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
16log_cli_date_format = %Y-%m-%d %H:%M:%S
17
18# By default this is palced in <rundir>/exec.log
19# log_file = <rundir>/exec.log
20log_file_level = DEBUG
21log_file_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
22log_file_date_format = %Y-%m-%d %H:%M:%S
23
24junit_logging = all
25junit_log_passing_tests = true
26
93a3eae7 27norecursedirs = .git example_test example_topojson_test lib docker
309638ad 28
351bc82c
CH
29# Directory to store test results and run logs in, default shown
30# rundir = /tmp/topotests
31
309638ad
DS
32# Markers
33#
34# Please consult the documentation and discuss with TSC members before applying
35# any changes to this list.
b9f3e47f 36markers =
309638ad
DS
37 babeld: Tests that run against BABELD
38 bfdd: Tests that run against BFDD
39 bgpd: Tests that run against BGPD
40 eigrpd: Tests that run against EIGRPD
41 isisd: Tests that run against ISISD
42 ldpd: Tests that run against LDPD
43 nhrpd: Tests that run against NHRPD
44 ospf6d: Tests that run against OSPF6D
45 ospfd: Tests that run against OSPFD
46 pathd: Tests that run against PATHD
47 pbrd: Tests that run against PBRD
48 pimd: Tests that run against PIMD
49 ripd: Tests that run against RIPD
50 ripngd: Tests that run against RIPNGD
51 sharpd: Tests that run against SHARPD
52 staticd: Tests that run against STATICD
53 vrrpd: Tests that run against VRRPD
b9a210f9 54 snmp: Tests that run against snmp changes
edd2bdf6
RZ
55
56[topogen]
57# Default configuration values
58#
59# 'verbosity' controls how much data the underline systems will use to
60# provide output (e.g. mininet output, test debug output etc...). The
61# value is 'info', but can be changed to 'debug' to provide more details.
62#verbosity = info
63
7659b8d4
AP
64# Save logs to log file, by default logs will be displayed to console
65#frrtest_log_dir = /tmp/topotests/
66
67# Display router current configuration during test execution,
68# by default configuration will not be shown
bca79837 69# show_router_config = True
7659b8d4 70
edd2bdf6
RZ
71# Default daemons binaries path.
72#frrdir = /usr/lib/frr
edd2bdf6
RZ
73
74# Default router type to use. Possible values are:
622c4996 75# 'frr'
edd2bdf6 76#routertype = frr
c540096e
RZ
77
78# Memory leak test reports path
79# Enables and add an output path to memory leak tests.
80# Example:
81# memleak_path = /tmp/memleak_
82# Output files will be named after the testname:
83# /tmp/memleak_test_ospf_topo1.txt