10 lines
262 B
Python
Executable File
10 lines
262 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
"""Amulet tests on a basic ceph-radosgw deployment on utopic-juno."""
|
|
|
|
from basic_deployment import CephRadosGwBasicDeployment
|
|
|
|
if __name__ == '__main__':
|
|
deployment = CephRadosGwBasicDeployment(series='utopic')
|
|
deployment.run_tests()
|