~tyler-baker/lava-dispatcher/dummy-deploy-fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.. LAVA Dispatcher documentation master file, created by sphinx-quickstart on
   Fri Sep 23 10:15:12 2011.  You can adapt this file completely to your
   liking, but it should at least contain the root `toctree` directive.

LAVA Dispatcher Documentation
*****************************

LAVA Dispatcher is used to dispatch test jobs from server(master node) to the target
boards in validation farm, and publish the test result back to dashboard. It is
scheduled by validation scheduler, and it could also run as standalone.

You can see an up-to-date list of supported target devices by looking at the
`device types`_ in Launchpad.

.. _device types: http://bazaar.launchpad.net/~linaro-validation/lava-dispatcher/trunk/files/head:/lava_dispatcher/default-config/lava-dispatcher/device-types

Installation
============

The best way to install this is by doing a full deployment of LAVA. This is
documented on our `main project page`_. However, you can also setup the
dispatcher for `stand-alone development and testing`_.

.. _main project page: http://lava.readthedocs.org/en/latest/
.. _stand-alone development and testing: standalonesetup.html

Indices and tables
==================

.. toctree::
   :maxdepth: 2

   standalonesetup.rst
   configuration.rst
   jobfile.rst
   usage.rst
   lava_test_shell.rst
   external_measurement.rst
   arm_energy_probe.rst
   sdmux.rst
   multinode.rst
   proxy.rst

* :ref:`search`

Source code, bugs and patches
=============================

The project is maintained on Launchpad at
http://launchpad.net/lava-dispatcher/.

We maintain an online log of `release notes`_

.. _release notes: changes.html

You can get the source code with bazaar using ``bzr branch
lp:lava-dispatcher``.  Patches can be submitted using Launchpad merge proposals
(for introduction to this and topic see
https://help.launchpad.net/Code/Review).

Please report all bugs at https://bugs.launchpad.net/lava-dispatcher/+filebug.

Most of the team is usually available in ``#linaro`` on ``irc.freenode.net``.
Feel free to drop by to chat and ask questions.