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

106 by Corey Bryant
[beisner,r=corey.bryant] Add new juno and kilo amulet tests.
1
#!/usr/bin/python
2
3
"""Amulet tests on a basic neutron-api deployment on trusty-kilo."""
4
5
from basic_deployment import NeutronAPIBasicDeployment
6
7
if __name__ == '__main__':
8
    deployment = NeutronAPIBasicDeployment(series='trusty',
9
                                           openstack='cloud:trusty-kilo',
10
                                           source='cloud:trusty-updates/kilo')
11
    deployment.run_tests()