~allanlesage/uci-engine/coverage-extractor

« back to all changes in this revision

Viewing changes to docs/components/integration-test-service.rst

  • Committer: Vincent Ladeuil
  • Author(s): ubuntu ci team et al.
  • Date: 2013-11-16 10:12:08 UTC
  • Revision ID: vila+ci@canonical.com-20131116101208-vw9kd9uobtgq8asa
Initial import from shared docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Integration Test Service
 
2
========================
 
3
 
 
4
*Purpose:*
 
5
 
 
6
* Performs testing given some mix of packages and PPAs, or an image and tests to run.
 
7
 
 
8
*Deployment:*
 
9
 
 
10
* This can deployed as a juju service, but the actual test runners may be on bare metal.
 
11
* This provides the slave service indicated here: https://drive.google.com/a/canonical.com/?usp=chrome_app#folders/0BxYc9b_WOJIYYlJFejl2a3FWTVU
 
12
 
 
13
*Interactions:*
 
14
 
 
15
* Trunk Delivering System - Supplies test requests and waits for results.
 
16
 
 
17
*Development Plan:*
 
18
 
 
19
* Define API for submitting test requests.
 
20
* Separate environment setup and test runs
 
21
* Schedule a primitive test.
 
22
* Perform an autopilot test on a touch device.
 
23
* Perform a custom test
 
24