]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/pytest.ini
Merge pull request #4773 from thozza/31-prefix-bcast-addr
[mirror_frr.git] / tests / topotests / pytest.ini
CommitLineData
309c9764
MW
1# Skip pytests example directory
2[pytest]
0c7f64c5 3norecursedirs = .git example-test example-topojson-test lib docker bgp_rr_ibgp
edd2bdf6
RZ
4
5[topogen]
6# Default configuration values
7#
8# 'verbosity' controls how much data the underline systems will use to
9# provide output (e.g. mininet output, test debug output etc...). The
10# value is 'info', but can be changed to 'debug' to provide more details.
11#verbosity = info
12
7659b8d4
AP
13# Save logs to log file, by default logs will be displayed to console
14#frrtest_log_dir = /tmp/topotests/
15
16# Display router current configuration during test execution,
17# by default configuration will not be shown
bca79837 18# show_router_config = True
7659b8d4 19
edd2bdf6
RZ
20# Default daemons binaries path.
21#frrdir = /usr/lib/frr
22#quaggadir = /usr/lib/quagga
23
24# Default router type to use. Possible values are:
25# 'frr' and 'quagga'.
26#routertype = frr
c540096e
RZ
27
28# Memory leak test reports path
29# Enables and add an output path to memory leak tests.
30# Example:
31# memleak_path = /tmp/memleak_
32# Output files will be named after the testname:
33# /tmp/memleak_test_ospf_topo1.txt
34#memleak_path =