charm-neutron-gateway/tests/15-basic-trusty-icehouse
2014-07-17 15:16:21 +00:00

10 lines
275 B
Python
Executable File

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