diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-05-12 15:06:55 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2020-05-12 16:27:33 +0200 |
commit | e972c9c52412d3d436fd963f507ffc144e24ebe2 (patch) | |
tree | 9fd9b1dde01d99e851cfe01d68af22da2d2a3b25 /doc | |
parent | 656952760c1bc022a0caab1fd370740dd952a8d4 (diff) |
config: Allow setting trial directory in main.conf
Change-Id: Ia4141001d084f690897dbdff5eae6c69ff2e521c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manuals/chapters/config.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
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 <<state_dir,state_dir>> directory - 'suites_dir': Path to <<suites_dir,suites_dir>> directory +- 'trial_dir': Path to <<trials,trial>> directory to test against (overridden by cmdline argument) - 'scenarios_dir': Path to <<scenarios_dir,scenarios_dir>> directory (optional) - 'default_suites_conf_path': Path to <<default_suites_conf,default-suites.conf>> file (optional) - 'defaults_conf_path': Path to <<defaults_conf,defaults.conf>> 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' |