=== modified file 'README'
@@ -29,16 +29,29 @@
- python-argparse
- dpkg-dev
- python-parted
- - python-dbus
+ - python-dbus (and dbus, udisks)
- python-apt
- qemu-kvm
- - sfdisk
+ - sfdisk (from util-linux)
- apt-utils
+ - pep8
Also consider installing pyflakes, which is optional but will enable more
tests.
-And run the following command:
+Some of the packages above require fixes, which are as of Ubuntu 12.04 are
+not yet in upstream, so using Linaro PPA is required:
+
+ $ sudo add-apt-repository ppa:linaro-maintainers/tools
+
+Then, you can install all packages listed above in one go with the following
+command:
+
+ $ sudo apt-get install testrepository python-testtools python-debian \
+ python-argparse dpkg-dev python-parted dbus udisks python-dbus \
+ python-apt qemu-kvm util-linux apt-utils pep8 pyflakes
+
+To initialized testsuite, run the following command:
$ testr init