Meego Wiki
Views

Quality/QA-tools/OTS/Configuration

From MeeGo wiki
< Quality | QA-tools | OTS
Revision as of 09:56, 11 July 2011 by Villen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Configuration

Each distributable Application has a configuration file.

Location

The default location for the files is /etc/ots/ and they use the .conf postfix

Components

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

SW Products Default Options

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

Format

ots.server.hub

The Timeout

The Global Timeout from the Server is configured here.

timeout = 30 

The Storage Host

storage_host = Hostname
storage_port = 1982

ots.server.xmlrpc

Configure the OTS server XMLRPC interface

host = "your_hostname_here"
port = 8080

Personal tools