charm-openstack-dashboard/tests/016-basic-trusty-juno

12 lines
452 B
Python
Executable File

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