charm-neutron-gateway/tests/051-basic-trusty-juno-git

13 lines
493 B
Plaintext
Raw Normal View History

2015-04-10 14:22:04 +00:00
#!/usr/bin/python
"""Amulet tests on a basic quantum-gateway git deployment on trusty-juno."""
from basic_deployment import NeutronGatewayBasicDeployment
2015-04-10 14:22:04 +00:00
if __name__ == '__main__':
deployment = NeutronGatewayBasicDeployment(series='trusty',
2015-04-10 14:22:04 +00:00
openstack='cloud:trusty-juno',
source='cloud:trusty-updates/juno',
git=True)
deployment.run_tests()