Contents |
Each distributable Application has a configuration file.
The default location for the files is /etc/ots/ and they use the .conf postfix
The configuration of the Component is contained in sub-headings of the configuration file by name.
e.g. An ots.wiki would have the configuration parameters as follows
[ots.wiki] foo = 1 bar = 2 baz = 3
The default Options can be configured to vary depending on the Software Product under test.
These defaults override the base defaults in Options.
WIP this is currently as a YAML file but is likely to change.
example_sw_product:
device:
devicegroup : examplegroup
The Global Timeout from the Server is configured here.
timeout = 30
storage_host = Hostname storage_port = 1982
Configure the OTS server XMLRPC interface
host = "your_hostname_here" port = 8080