Meego Wiki
Views

Quality/QA-tools/OTS/UserDocumentation/Conductor

From MeeGo wiki
< Quality | QA-tools | OTS | UserDocumentation
Revision as of 12:12, 10 September 2010 by Leppakas (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

OTS User Documentation

Related Documentation

OTS Worker

Conductor

Conductor is a component in OTS Worker. Basically it does three things:

  1. Prepare the test target (e.g. device) for testing by calling user-defined external tool (see DefaultFlasher below).
  2. Execute testrunner-lite at Worker once for each test package.
  3. Send test results to OTS server (but this applies only if executing as part of full OTS setup)

Conductor has got a command line interface. It can be used to manually execute one or more test packages from Worker PC. In this case, sending test results to OTS server is disabled. The test results are collected to a local folder (~/conductor/None) from where the user can examine them.

Here's an example how to execute two test packages with Conductor on command line:

sudo conductor -u http://my.build.host/sw/image/file -t mypackage1-tests,mypackage2-tests

Personal tools