From 2e0f5147b3099b6b584ec302be7f0818aad969f0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 26 Apr 2016 20:07:45 +0000 Subject: Convert rpki-rtr to use common config/argparse/logging setup. svn path=/branches/tk705/; revision=6391 --- ca/tests/rcynic.conf | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'ca') 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 -- cgit v1.2.3