charm-manila/src/tests/dev-basic-xenial-queens

11 lines
253 B
Python
Executable File

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