charm-neutron-gateway/tests/16-basic-trusty-icehouse-git
2015-04-10 14:22:04 +00:00

10 lines
289 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic quantum-gateway git deployment on trusty-icehouse."""
from basic_deployment import QuantumGatewayBasicDeployment
if __name__ == '__main__':
deployment = QuantumGatewayBasicDeployment(series='trusty', git=True)
deployment.run_tests()