~james-page/charms/trusty/openstack-dashboard/lp1531102-trunk

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Corey Bryant
  • Date: 2015-02-12 13:03:59 UTC
  • mfrom: (50.2.7 openstack-dashboard)
  • Revision ID: corey.bryant@canonical.com-20150212130359-oh6xzesh7bq8xefv
[gnuoy,r=corey.bryant] Add basic 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
                           python-neutronclient \
 
9
                           python-keystoneclient \
 
10
                           python-novaclient \
 
11
                           python-glanceclient