From e972c9c52412d3d436fd963f507ffc144e24ebe2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 May 2020 15:06:55 +0200 Subject: config: Allow setting trial directory in main.conf Change-Id: Ia4141001d084f690897dbdff5eae6c69ff2e521c --- doc/manuals/chapters/config.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/manuals/chapters/config.adoc b/doc/manuals/chapters/config.adoc index fec5c87..17cf825 100644 --- a/doc/manuals/chapters/config.adoc +++ b/doc/manuals/chapters/config.adoc @@ -27,6 +27,7 @@ then overrides the above locations. - 'state_dir': Path to <> directory - 'suites_dir': Path to <> directory +- 'trial_dir': Path to <> directory to test against (overridden by cmdline argument) - 'scenarios_dir': Path to <> directory (optional) - 'default_suites_conf_path': Path to <> file (optional) - 'defaults_conf_path': Path to <> file (optional) @@ -46,6 +47,7 @@ of the {app-name} process parsing it. state_dir: '/var/tmp/osmo-gsm-tester/state' suites_dir: '/usr/local/src/osmo-gsm-tester/suites' scenarios_dir: './scenarios' +trial_dir: './trial' default_suites_conf_path: './default-suites.conf' defaults_conf_path: './defaults.conf' resource_conf_path: './resources.conf' -- cgit v1.2.3