charm-hacluster/tests/015-basic-trusty-icehouse

10 lines
259 B
Python
Executable File

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