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
