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

11 lines
324 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',
openstack='cloud:xenial-pike')
deployment.run_tests()