charm-glusterfs/src/tests/gate-basic-xenial-mitaka

10 lines
251 B
Python
Executable File

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