mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 14:50:58 +00:00
tests: micronet: update defaults for results+logging
Signed-off-by: Christian Hopps <chopps@labn.net>
This commit is contained in:
parent
8db751b853
commit
351bc82cac
@ -1,7 +1,34 @@
|
|||||||
# Skip pytests example directory
|
# Skip pytests example directory
|
||||||
[pytest]
|
[pytest]
|
||||||
|
|
||||||
|
# We always turn this on inside conftest.py, default shown
|
||||||
|
# addopts = --junitxml=<rundir>/topotests.xml
|
||||||
|
|
||||||
|
log_level = DEBUG
|
||||||
|
log_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
|
||||||
|
log_date_format = %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
|
# If verbose is specifyied log_cli will be set to 1, it can also be specified
|
||||||
|
# here or on the CLI.
|
||||||
|
# log_cli = 1
|
||||||
|
log_cli_level = INFO
|
||||||
|
log_cli_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
|
||||||
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
|
# By default this is palced in <rundir>/exec.log
|
||||||
|
# log_file = <rundir>/exec.log
|
||||||
|
log_file_level = DEBUG
|
||||||
|
log_file_format = %(asctime)s,%(msecs)03d %(levelname)s: %(name)s: %(message)s
|
||||||
|
log_file_date_format = %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
|
junit_logging = all
|
||||||
|
junit_log_passing_tests = true
|
||||||
|
|
||||||
norecursedirs = .git example_test example_topojson_test lib docker
|
norecursedirs = .git example_test example_topojson_test lib docker
|
||||||
|
|
||||||
|
# Directory to store test results and run logs in, default shown
|
||||||
|
# rundir = /tmp/topotests
|
||||||
|
|
||||||
# Markers
|
# Markers
|
||||||
#
|
#
|
||||||
# Please consult the documentation and discuss with TSC members before applying
|
# Please consult the documentation and discuss with TSC members before applying
|
||||||
@ -54,4 +81,4 @@ markers =
|
|||||||
# memleak_path = /tmp/memleak_
|
# memleak_path = /tmp/memleak_
|
||||||
# Output files will be named after the testname:
|
# Output files will be named after the testname:
|
||||||
# /tmp/memleak_test_ospf_topo1.txt
|
# /tmp/memleak_test_ospf_topo1.txt
|
||||||
#memleak_path =
|
memleak_path = /tmp/memleak_
|
||||||
|
Loading…
Reference in New Issue
Block a user