Files
charm-neutron-gateway/tests/018-basic-utopic-juno
2015-04-16 21:36:18 +00:00

10 lines
271 B
Python
Executable File

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