~ionutbalutoiu/charms/trusty/neutron-api/next

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

"""Amulet tests on a basic neutron-api deployment on trusty-icehouse."""

from basic_deployment import NeutronAPIBasicDeployment

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