]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/pytest.ini
Merge pull request #9873 from bhinin/dynamic_peer_count_reset
[mirror_frr.git] / tests / topotests / pytest.ini
1 # Skip pytests example directory
2 [pytest]
3
4 # We always turn this on inside conftest.py, default shown
5 # addopts = --junitxml=<rundir>/topotests.xml
6
7 log_level = DEBUG
8 log_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
9 log_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
14 log_cli_level = INFO
15 log_cli_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
16 log_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
20 log_file_level = DEBUG
21 log_file_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
22 log_file_date_format = %Y-%m-%d %H:%M:%S
23
24 junit_logging = all
25 junit_log_passing_tests = true
26
27 norecursedirs = .git example_test example_topojson_test lib docker
28
29 # Directory to store test results and run logs in, default shown
30 # rundir = /tmp/topotests
31
32 # Markers
33 #
34 # Please consult the documentation and discuss with TSC members before applying
35 # any changes to this list.
36 markers =
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
54 snmp: Tests that run against snmp changes
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
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
69 # show_router_config = True
70
71 # Default daemons binaries path.
72 #frrdir = /usr/lib/frr
73
74 # Default router type to use. Possible values are:
75 # 'frr'
76 #routertype = frr
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