charm-swift-storage/tests/015-basic-trusty-icehouse
2015-04-16 21:36:07 +00:00

10 lines
269 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic swift-storage deployment on trusty-icehouse."""
from basic_deployment import SwiftStorageBasicDeployment
if __name__ == '__main__':
deployment = SwiftStorageBasicDeployment(series='trusty')
deployment.run_tests()