charm-keystone/tests/021-basic-wily-liberty
2015-07-01 04:02:23 +00:00

10 lines
251 B
Python

#!/usr/bin/python
"""Amulet tests on a basic keystone deployment on wily-liberty."""
from basic_deployment import KeystoneBasicDeployment
if __name__ == '__main__':
deployment = KeystoneBasicDeployment(series='wily')
deployment.run_tests()