charm-ceph-proxy/tests/dev-basic-cosmic-rocky
Ryan Beisner 6f3e8d7c44 Update functional test definitions
Change-Id: Ib3f932df1bc0fa0032962880b2830d767933271c
2018-07-18 18:34:56 -04:00

10 lines
245 B
Python
Executable File

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