~james-page/charms/trusty/glance/fixup-allowedunits-migration

« back to all changes in this revision

Viewing changes to tests/10-basic-precise-essex

  • Committer: james.page at ubuntu
  • Date: 2015-04-16 19:53:49 UTC
  • mfrom: (102.2.11 glance)
  • Revision ID: james.page@ubuntu.com-20150416195349-o031tx0ad7elcekx
[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 glance deployment on precise-essex."""
4
 
 
5
 
from basic_deployment import GlanceBasicDeployment
6
 
 
7
 
if __name__ == '__main__':
8
 
    deployment = GlanceBasicDeployment(series='precise')
9
 
    deployment.run_tests()