27be90e03a
Change-Id: I5d45747b1c9500f8aea219a212d4bab9a7381526
10 lines
264 B
Python
Executable File
10 lines
264 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
"""Amulet tests on a basic ceph-radosgw deployment on xenial-mitaka."""
|
|
|
|
from basic_deployment import CephRadosGwBasicDeployment
|
|
|
|
if __name__ == '__main__':
|
|
deployment = CephRadosGwBasicDeployment(series='xenial')
|
|
deployment.run_tests()
|