~corey.bryant/charms/trusty/nova-cloud-controller/amulet-updates

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: james.page at ubuntu
  • Date: 2014-07-28 11:38:42 UTC
  • mfrom: (81.2.3 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20140728113842-2i3atd9s3ktc6v5g
[corey.bryant,r=james-page,gnuoy] Add amulet tests

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