charm-ceph-proxy/tests/dev-basic-disco-stein

10 lines
243 B
Python
Executable File

#!/usr/bin/env python
"""Amulet tests on a basic ceph deployment on disco-stein."""
from basic_deployment import CephBasicDeployment
if __name__ == '__main__':
deployment = CephBasicDeployment(series='disco')
deployment.run_tests()