charm-heat/tests/016-basic-trusty-juno
2015-06-01 16:16:40 +00:00

12 lines
381 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic heat deployment on trusty-juno."""
from basic_deployment import HeatBasicDeployment
if __name__ == '__main__':
deployment = HeatBasicDeployment(series='trusty',
openstack='cloud:trusty-juno',
source='cloud:trusty-updates/juno')
deployment.run_tests()