~ubuntu-branches/debian/sid/checkbox-ng/sid

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Package Import Robot
  • Author(s): Sylvain Pineau
  • Date: 2014-01-21 21:18:23 UTC
  • Revision ID: package-import@ubuntu.com-20140121211823-iru2ukliuatzpo5p
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. CheckBoxNG documentation master file, created by
 
2
   sphinx-quickstart on Wed Feb 13 11:18:39 2013.
 
3
   You can adapt this file completely to your liking, but it should at least
 
4
   contain the root `toctree` directive.
 
5
 
 
6
CheckBoxNG
 
7
==========
 
8
 
 
9
:term:`CheckBoxNG` is a hardware testing tool useful for certifying laptops,
 
10
desktops and servers with Ubuntu. It is a new version of :term:`CheckBox` that
 
11
is built directly on top of :term:`PlainBox`
 
12
 
 
13
CheckBoxNG *replaces* CheckBox, where applicable. 
 
14
 
 
15
.. warning::
 
16
 
 
17
    Documentation is under development. Some things are wrong, inaccurate or
 
18
    describe development goals rather than current state.
 
19
 
 
20
Installation
 
21
^^^^^^^^^^^^
 
22
 
 
23
CheckBoxNG can be installed from a :abbr:`PPA (Personal Package Archive)`
 
24
(recommended) or :abbr:`pypi (python package index)` on Ubuntu Precise (12.04)
 
25
or newer.
 
26
 
 
27
.. code-block:: bash
 
28
 
 
29
    $ sudo add-apt-repository ppa:checkbox-dev/ppa && sudo apt-get update && sudo apt-get install checkbox-ng 
 
30
 
 
31
Running stable release update tests
 
32
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
33
 
 
34
CheckBoxNG has special support for running stable release updates tests in an
 
35
automated manner. This runs all the jobs from the *sru.whitelist* and sends the
 
36
results to the certification website.
 
37
 
 
38
To run SRU tests you will need to know the so-called :term:`Secure ID` of the
 
39
device you are testing. Once you know that all you need to do is run:
 
40
 
 
41
.. code-block:: bash
 
42
 
 
43
    $ checkbox sru $secure_id submission.xml
 
44
 
 
45
The second argument, submission.xml, is a name of the fallback file that is
 
46
only created when sending the data to the certification website fails to work
 
47
for any reason.
 
48
 
 
49
Table of contents
 
50
=================
 
51
 
 
52
.. toctree::
 
53
   :maxdepth: 2
 
54
 
 
55
   scripts/index.rst
 
56
 
 
57
Indices and tables
 
58
==================
 
59
 
 
60
* :ref:`genindex`
 
61
* :ref:`modindex`
 
62
* :ref:`search`