~seyeongkim/charms/trusty/nova-compute/lp1417891

« back to all changes in this revision

Viewing changes to tests/README

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:57:43 UTC
  • mfrom: (80.1.3 nova-compute)
  • Revision ID: james.page@ubuntu.com-20141006215743-auucleyomgjcjche
[coreycb,r=james-page] Fixup amulet tests.

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