charm-hacluster/tests/021-basic-xenial-mitaka

10 lines
257 B
Python

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