diff options
Diffstat (limited to 'ca')
-rw-r--r-- | ca/tests/rcynic.conf | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/ca/tests/rcynic.conf b/ca/tests/rcynic.conf index ea31fe58..4d5fd619 100644 --- a/ca/tests/rcynic.conf +++ b/ca/tests/rcynic.conf @@ -3,12 +3,15 @@ # rcynic configuration for looking at yamltest results. [rcynic] -xml-summary = rcynic.xml +sql-engine = sqlite3 +sql-database = rcynic.db +xml-file = rcynic.xml +trust-anchor-locators = yamltest.dir +log-destination = stderr +log-level = debug jitter = 0 -use-links = yes -use-syslog = no -use-stderr = yes -log-level = log_debug -max-parallel-fetches = 32 +workers = 20 -trust-anchor-locator = yamltest.dir/root.tal +[rpki-rtr] +log-destination = stderr +log-level = debug |