charm-swift-storage/tests/15-basic-trusty-icehouse
2014-07-11 16:41:12 +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()