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