~james-page/charms/trusty/neutron-gateway/wily

1
2
3
4
5
6
7
8
9
#!/usr/bin/python

"""Amulet tests on a basic quantum-gateway deployment on trusty-icehouse."""

from basic_deployment import NeutronGatewayBasicDeployment

if __name__ == '__main__':
    deployment = NeutronGatewayBasicDeployment(series='trusty')
    deployment.run_tests()