(Difference between revisions)
|
|
| Line 50: |
Line 50: |
| | | | |
| | * [[Quality/QA-tools/OTS/DevelopmentGuidelines | Development Guidelines]] | | * [[Quality/QA-tools/OTS/DevelopmentGuidelines | Development Guidelines]] |
| - |
| |
| - | * [[Quality/QA-tools/OTS/CreatingAPublisher | Creating a Publisher]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Exception Handling | Exception Handling]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Transition0.1-0.8 | Making the transition from 0.1 to 0.8]]
| |
| | | | |
| | * [[Quality/QA-tools/OTS/Contributions | Contributions]] | | * [[Quality/QA-tools/OTS/Contributions | Contributions]] |
| - |
| |
| - | ==== Architecture ====
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Architecture | Overview]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Components | Components]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Server | Server]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Plugins | Plugins]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/DataFlow | DataFlow]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Behaviour | Behaviour]]
| |
| - |
| |
| - | ==== APIs ====
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/DeveloperDocs/OTS_Server_API | Server]]
| |
| - |
| |
| - | * [http://meego.gitorious.org/meego-quality-assurance/ots/blobs/dev_branch_0.8/ots.server/ots/server/distributor/api.py Distributor]
| |
| - |
| |
| - | * [http://meego.gitorious.org/meego-quality-assurance/ots/blobs/dev_branch_0.8/ots.results/ots/results/api.py Results]
| |
| - |
| |
| - | * [http://meego.gitorious.org/meego-quality-assurance/ots/blobs/dev_branch_0.8/ots.worker/ots/worker/api.py Worker]
| |
| | | | |
| | ==== Terminology ==== | | ==== Terminology ==== |
| Line 99: |
Line 69: |
| | * [[Quality/QA-tools/OTS/OptimisingThroughput | Optimising Throughput]] | | * [[Quality/QA-tools/OTS/OptimisingThroughput | Optimising Throughput]] |
| | | | |
| - | * [[Quality/QA-tools/OTS/WatchingOTS | Watching OTS]]
| |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Logging | Logging]]
| |
| | | | |
| | ==== Standards and Conventions ==== | | ==== Standards and Conventions ==== |
| Line 130: |
Line 97: |
| | | | |
| | * [[Quality/QA-tools/OTS/Flashing | Flashing]] | | * [[Quality/QA-tools/OTS/Flashing | Flashing]] |
| - |
| |
| - | * [[Quality/QA-tools/OTS/Troubleshooting | Troubleshooting]]
| |
Revision as of 15:04, 4 January 2011
OTS Index
Welcome to the Open Test System (OTS) Wiki Index.
The User Documentation applies to the 0.1 release.
The Developer Documentation track the 0.8 branch (currently under development - see the Project Planning section below).
Introduction
OTS is the Open Test Service for testing software systems on evolving hardware architectures.
It was born out of the test framework incrementally developed for use on Maemo project and is in use for 24/7 testing service by Nokia.
What it does
OTS has the following primary functions:
- Distribution
- Load balancing
- Remote command running
- Hardware control
- Data Acquisition
- Data Analysis
OTS offers the following services:
- Fully Open Source
- Web server
- Extensible Architecture
- Interoperability
Why it does it
Quite simply: to increase efficiency and quality of on-device software testing.
How it does it
The System Overview gives an outline of how OTS works
Installing
Follow the installation instructions
Index
Developer Documentation
Terminology
System Administration
Standards and Conventions
Project Planning
User Documentation