~mwhudson/lava-dispatcher/trunk

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
LAVA dispatcher - automated testing of Linaro images
====================================================

The LAVA dispatcher allows automated testing of Linaro images.

Quickstart
----------

See doc/QUICKSTART.


Android Debug Bridge (adb) installation
---------------------------------------

To run android test job, adb is common to be used.

For installing adb, you can download the SDK from 
http://developer.android.com/sdk/index.html

By default, the SDK files are unpacked into a directory named 
android-sdk-<machine-platform>.

You can find the adb tool in <sdk>/platform-tools/.

You might want to add the location of the SDK's tools/ and platform-tools 
to your PATH environment variable, to provide easy access to the tools.