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

« back to all changes in this revision

Viewing changes to tests/021-basic-wily-liberty

  • Committer: james.page at ubuntu
  • Date: 2015-07-07 14:02:07 UTC
  • mfrom: (121.1.5 glance)
  • Revision ID: james.page@ubuntu.com-20150707140207-k0wvswzi7qq6e94t
Update amulet tests for Kilo, prep for wily. Sync hooks/charmhelpers; Sync tests/charmhelpers.

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 wily-liberty."""
 
4
 
 
5
from basic_deployment import GlanceBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = GlanceBasicDeployment(series='wily')
 
9
    deployment.run_tests()