Meego Wiki
Views

Quality/QA-tools/OTS/DeveloperDocs/DataFlow

From MeeGo wiki
< Quality | QA-tools | OTS | DeveloperDocs
Revision as of 15:16, 4 January 2011 by Tgalvin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Data Flow

Information from a Remote Test Run

Data from the Worker is passed through OTS in defined Datatypes which are recognisable to both the Worker and the Server. These Datatypes are the Data Transport Objects.

The diagram below shows the path of the Data Transport Objects through the system.

Data flow.jpg

By relaying using Django Signals we aim to achieve Access Transparency in the Hub.

The DTOs are handled depending on type. An Exception will be re-raised and a LogRecord will be logged. Types specific to OTS get passed to the appropriate sub-system.

Personal tools