~james-page/charms/trusty/glance/lp1531102

« back to all changes in this revision

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

  • Committer: Corey Bryant
  • Date: 2015-03-21 01:36:16 UTC
  • mto: (102.2.1 glance)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: corey.bryant@canonical.com-20150321013616-b5x98h4e4bxwo5mi
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 Glance git deployment on trusty-juno."""
 
4
 
 
5
from basic_deployment import GlanceBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = GlanceBasicDeployment(series='trusty',
 
9
                                       openstack='cloud:trusty-juno',
 
10
                                       source='cloud:trusty-updates/juno',
 
11
                                       git=True)
 
12
    deployment.run_tests()