~gnuoy/charms/trusty/nova-compute/1427660

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: Corey Bryant
  • Date: 2014-09-30 20:31:36 UTC
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: corey.bryant@canonical.com-20140930203136-7elr8xsi59a5nc0v
Amulet test fixes:
  * Makefile: Only run precise-icehouse and trusty-icehouse tests by default
    and increase test timeout
  * t/00-setup: Simplify dependencies install
  * t/README: Mention charm-tools dependency
  * t/basic_deployment.py:
    - Specify unstable charm deployment
    - Let things settle with short sleep after deployment
    - Use dicts in add_services
    - Rename restart test
    - Cleanup on test failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This directory provides Amulet tests that focus on verification of nova-compute
2
2
deployments.
3
3
 
 
4
In order to run tests, you'll need charm-tools installed (in addition to
 
5
juju, of course):
 
6
    sudo add-apt-repository ppa:juju/stable
 
7
    sudo apt-get update
 
8
    sudo apt-get install charm-tools
 
9
 
4
10
If you use a web proxy server to access the web, you'll need to set the
5
11
AMULET_HTTP_PROXY environment variable to the http URL of the proxy server.
6
12