]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/pytest.ini
Merge pull request #5439 from mjstapp/nhg_add_labels
[mirror_frr.git] / tests / topotests / pytest.ini
index a744b34aae74e5233b01d2c699e03a5f87e168d5..62c825341f03b6df7a938e99a08eebbb396ee9a4 100644 (file)
@@ -1,3 +1,34 @@
 # Skip pytests example directory
 [pytest]
-norecursedirs = .git example-test
+norecursedirs = .git example-test example-topojson-test lib docker bgp_rr_ibgp
+
+[topogen]
+# Default configuration values
+#
+# 'verbosity' controls how much data the underline systems will use to
+# provide output (e.g. mininet output, test debug output etc...). The
+# value is 'info', but can be changed to 'debug' to provide more details.
+#verbosity = info
+
+# Save logs to log file, by default logs will be displayed to console
+#frrtest_log_dir = /tmp/topotests/
+
+# Display router current configuration during test execution,
+# by default configuration will not be shown
+# show_router_config = True
+
+# Default daemons binaries path.
+#frrdir = /usr/lib/frr
+#quaggadir = /usr/lib/quagga
+
+# Default router type to use. Possible values are:
+# 'frr' and 'quagga'.
+#routertype = frr
+
+# Memory leak test reports path
+# Enables and add an output path to memory leak tests.
+# Example:
+# memleak_path = /tmp/memleak_
+# Output files will be named after the testname:
+# /tmp/memleak_test_ospf_topo1.txt
+#memleak_path =