~corey.bryant/charms/trusty/cinder/git

« back to all changes in this revision

Viewing changes to tests/12-basic-precise-grizzly

  • Committer: Corey Bryant
  • Date: 2015-03-21 02:18:45 UTC
  • mto: This revision was merged to the branch mainline in revision 80.
  • Revision ID: corey.bryant@canonical.com-20150321021845-5xeb160fqmyj08gt
Overall refresh to current install from source approach

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
3
 
"""Amulet tests on a basic cinder deployment on precise-grizzly."""
4
 
 
5
 
from basic_deployment import CinderBasicDeployment
6
 
 
7
 
if __name__ == '__main__':
8
 
    deployment = CinderBasicDeployment(series='precise',
9
 
                                         openstack='cloud:precise-grizzly',
10
 
                                         source='cloud:precise-updates/grizzly')
11
 
    deployment.run_tests()