charm-neutron-api/tests/16-basic-trusty-juno

12 lines
412 B
Python
Executable File

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