~landscape/charms/trusty/nova-charm-controller/trunk

« back to all changes in this revision

Viewing changes to tests/16-basic-trusty-icehouse-git

  • Committer: james.page at ubuntu
  • Date: 2015-04-20 10:21:36 UTC
  • Revision ID: james.page@ubuntu.com-20150420102136-uj9hjyr5llwmjf59
Revert previous commit, work incomplete

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
2
 
 
3
 
"""Amulet tests on a basic nova cloud controller git deployment on
4
 
   trusty-icehouse."""
5
 
 
6
 
from basic_deployment import NovaCCBasicDeployment
7
 
 
8
 
if __name__ == '__main__':
9
 
    deployment = NovaCCBasicDeployment(series='trusty', git=True)
10
 
    deployment.run_tests()