charm-ceph-osd/tests/020-basic-wily-liberty

10 lines
249 B
Plaintext
Raw Normal View History

#!/usr/bin/python
"""Amulet tests on a basic ceph-osd deployment on wily-liberty."""
from basic_deployment import CephOsdBasicDeployment
if __name__ == '__main__':
deployment = CephOsdBasicDeployment(series='wily')
deployment.run_tests()