~allanlesage/uci-engine/coverage-extractor

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
Local Development
-----------------

Development environments can be set of using the setup.py files in the
projects you wish to work on. The easiest approach is to use python-virtualenv::

  virtualenv /tmp/venv
  . /tmp/venv/bin/activate
  ./setup.py develop

Unit-testing can be done with::

  python -m unittest imagebuilder.tests.test_api_v1

Juju Testing
------------

Each service should include a juju-deployer config under the juju-deployer
directory.

Extra tools
-----------

Much of the process for modifying cloud images was inspired by a tool
called mount-callback-umount which can be found at:
http://bazaar.launchpad.net/~smoser/+junk/backdoor-image/