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

« back to all changes in this revision

Viewing changes to tests/18-basic-trusty-juno-git

  • 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 git deployment on trusty-juno."""
 
4
 
 
5
from basic_deployment import KeystoneBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = KeystoneBasicDeployment(series='trusty',
 
9
                                         openstack='cloud:trusty-juno',
 
10
                                         source='cloud:trusty-updates/juno',
 
11
                                         git=True)
 
12
    deployment.run_tests()