]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/pytest.ini
topojson: use empty vtysh.conf for frr-reload.py
[mirror_frr.git] / tests / topotests / pytest.ini
1 # Skip pytests example directory
2 [pytest]
3 norecursedirs = .git example-test example-topojson-test lib docker bgp_rr_ibgp
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
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
18 # show_router_config = True
19
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
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 =