~1chb1n/charms/trusty/ceilometer/next.1601-test-update2

« back to all changes in this revision

Viewing changes to tests/019-basic-trusty-mitaka

Update test combo definitions, remove Vivid deprecated release tests, update bundletester testplan yaml, update tests README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
"""Amulet tests on a basic ceilometer deployment on trusty-liberty."""
 
4
 
 
5
from basic_deployment import CeilometerBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = CeilometerBasicDeployment(series='trusty',
 
9
                                           openstack='cloud:trusty-liberty',
 
10
                                           source='cloud:trusty-updates/liberty')
 
11
    deployment.run_tests()