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

« back to all changes in this revision

Viewing changes to tests/00-setup

  • 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:
4
4
 
5
5
sudo add-apt-repository --yes ppa:juju/stable
6
6
sudo apt-get update --yes
7
 
sudo apt-get install --yes python-amulet
8
 
sudo apt-get install --yes python-glanceclient
9
 
sudo apt-get install --yes python-keystoneclient
10
 
sudo apt-get install --yes python-novaclient
 
7
sudo apt-get install --yes python-amulet \
 
8
                           python-glanceclient \
 
9
                           python-keystoneclient \
 
10
                           python-novaclient