~nobuto/charms/trusty/ceph/workaround-multinics

« back to all changes in this revision

Viewing changes to tests/15-basic-trusty-icehouse

  • Committer: Liam Young
  • Date: 2014-09-17 06:36:31 UTC
  • mfrom: (78.1.5 ceph)
  • Revision ID: liam.young@canonical.com-20140917063631-sh28aabz283xfxyo
[corey.bryant,r=gnuoy] Add Amulet basic tests

Show diffs side-by-side

added added

removed removed

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