charm-ceph-osd/tests/15-basic-trusty-icehouse

10 lines
254 B
Plaintext
Raw Normal View History

2014-09-27 18:17:20 +00:00
#!/usr/bin/python
"""Amulet tests on a basic ceph-osd deployment on trusty-icehouse."""
from basic_deployment import CephOsdBasicDeployment
if __name__ == '__main__':
deployment = CephOsdBasicDeployment(series='trusty')
deployment.run_tests()