charm-ceph-radosgw/tests/15-basic-trusty-icehouse
2014-09-29 01:57:43 +00:00

10 lines
266 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic ceph-radosgw deployment on trusty-icehouse."""
from basic_deployment import CephRadosGwBasicDeployment
if __name__ == '__main__':
deployment = CephRadosGwBasicDeployment(series='trusty')
deployment.run_tests()