charm-cinder/tests/018-basic-utopic-juno
2015-04-16 21:36:11 +00:00

10 lines
246 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic Cinder deployment on utopic-juno."""
from basic_deployment import CinderBasicDeployment
if __name__ == '__main__':
deployment = CinderBasicDeployment(series='utopic')
deployment.run_tests()