~hopem/charms/trusty/ceph/lp1517846

« back to all changes in this revision

Viewing changes to tests/017-basic-trusty-kilo

[beisner,r=james-page] auto normalize amulet test definitions and amulet make targets; charm-helper sync.

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-kilo."""
 
4
 
 
5
from basic_deployment import CephBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = CephBasicDeployment(series='trusty',
 
9
                                     openstack='cloud:trusty-kilo',
 
10
                                     source='cloud:trusty-updates/kilo')
 
11
    deployment.run_tests()