~openstack-charm-testers/+junk/cinder-backup

« back to all changes in this revision

Viewing changes to README

  • Committer: Edward Hope-Morley
  • Date: 2016-11-25 09:32:24 UTC
  • mfrom: (172.1.83 openstack-charm-testing)
  • Revision ID: edward.hope-morley@canonical.com-20161125093224-dncneu9cljwslqyl
rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
====================
62
62
 
63
63
```
 
64
juju action do heat/0 domain-setup # Manual action required to configure heat permissions
64
65
cd tempest
65
 
sudo apt-get install python-virtualenv libffi-dev libssl-dev -y
 
66
sudo apt-get install python-dev python-virtualenv libffi-dev libssl-dev libyaml-dev -y
66
67
virtualenv .venv
67
68
.venv/bin/pip install -r requirements.txt
68
69
.venv/bin/pip install python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \
69
 
    python-keystoneclient python-neutronclient python-novaclient python-swiftclient python-openstackclient
 
70
    python-keystoneclient python-neutronclient python-novaclient python-swiftclient python-openstackclient pytz
70
71
./run_tempest.sh -V --smoke
71
72
```
72
73