~gnuoy/charms/trusty/odl-controller/amulet

« back to all changes in this revision

Viewing changes to tests/setup/00-setup

  • Committer: Liam Young
  • Date: 2015-11-11 12:42:06 UTC
  • Revision ID: liam.young@canonical.com-20151111124206-7k08qcy35q2n808p
Fix tests inlight of Ryans feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -ex
 
4
 
 
5
sudo add-apt-repository --yes ppa:juju/stable
 
6
sudo apt-get update --yes
 
7
sudo apt-get install --yes amulet \
 
8
                           distro-info-data \
 
9
                           python-cinderclient \
 
10
                           python-distro-info \
 
11
                           python-glanceclient \
 
12
                           python-heatclient \
 
13
                           python-keystoneclient \
 
14
                           python-neutronclient \
 
15
                           python-novaclient \
 
16
                           python-pika \
 
17
                           python-swiftclient