]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/pytest.ini
Merge pull request #13319 from anlancs/pimd-wrong-comment-nht
[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 munet 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 pim6d: Tests that run against PIM6D
50 ripd: Tests that run against RIPD
51 ripngd: Tests that run against RIPNGD
52 sharpd: Tests that run against SHARPD
53 staticd: Tests that run against STATICD
54 vrrpd: Tests that run against VRRPD
55 snmp: Tests that run against snmp changes
56
57 [topogen]
58 # Default configuration values
59 #
60 # 'verbosity' controls how much data the underline systems will use to
61 # provide output (e.g. mininet output, test debug output etc...). The
62 # value is 'info', but can be changed to 'debug' to provide more details.
63 #verbosity = info
64
65 # Save logs to log file, by default logs will be displayed to console
66 #frrtest_log_dir = /tmp/topotests/
67
68 # Display router current configuration during test execution,
69 # by default configuration will not be shown
70 # show_router_config = True
71
72 # Default daemons binaries path.
73 #frrdir = /usr/lib/frr
74
75 # Default router type to use. Possible values are:
76 # 'frr'
77 #routertype = frr
78
79 # Memory leak test reports path
80 # Enables and add an output path to memory leak tests.
81 # Example:
82 # memleak_path = /tmp/memleak_
83 # Output files will be named after the testname:
84 # /tmp/memleak_test_ospf_topo1.txt