~opnfv-team/charms/trusty/percona-cluster/power8

« back to all changes in this revision

Viewing changes to tests/00-setup

  • Committer: Liam Young
  • Date: 2016-01-12 07:45:43 UTC
  • mfrom: (82.1.3 trunk)
  • Revision ID: liam.young@canonical.com-20160112074543-b7nllbuf4tm52b4t
Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.

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
 
                           python3-distro-info \
12
 
                           python-glanceclient \
13
 
                           python-heatclient \
14
 
                           python-keystoneclient \
15
 
                           python-neutronclient \
16
 
                           python-novaclient \
17
 
                           python-pika \
18
 
                           python-swiftclient