~chris-gondolin/charms/trusty/keystone/ldap-ca-cert

« back to all changes in this revision

Viewing changes to tests/13-basic-precise-havana

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 19:55:16 UTC
  • mfrom: (88.4.67 stable.remote)
  • Revision ID: james.page@ubuntu.com-20150416195516-21k6z46jewsbacue
[coreycb,r=james-page] Add deploy from source support

Show diffs side-by-side

added added

removed removed

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