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