~openstack-charmers-next/charms/vivid/lxd/trunk

« back to all changes in this revision

Viewing changes to tests/setup/00-setup

  • Committer: Ryan Beisner
  • Date: 2016-02-19 16:47:00 UTC
  • mfrom: (49.1.21 trunk)
  • Revision ID: ryan.beisner@canonical.com-20160219164700-alxf2blxyyzc4d28
[1chb1n,r=rockstar]

Add initial amulet tests; update Makefile; add tests/charmhelpers and sync; add NotImplemented unit_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 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