aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 19c5e6087e990e76699bc8203d1001829819bbe9 (plain)
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
This project contains a collection of tools to help creating Linaro bootable
images to be used in development boards.

= Running tests =

Before running any tests you need to install the following packages:

  - testrepository
  - python-testtools >= 0.9.6
     (available at https://launchpad.net/~bzr/+archive/ppa)
  - python-debian >= 0.1.16ubuntu1
  - python-argparse
  - dpkg-dev
  - python-parted
  - python-dbus

And run the following command:

  $ testr init

After that you can run the whole test suite with:

  $ testr run

If you want to learn more about testrepository:

  $ testr quickstart