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

120.2.1 by Ryan Beisner
update makefile, amulet test dependencies, test definitions, amulet test
1
#!/usr/bin/python
2
3
"""Amulet tests on a basic neutron-api deployment on trusty-liberty."""
4
5
from basic_deployment import NeutronAPIBasicDeployment
6
7
if __name__ == '__main__':
8
    deployment = NeutronAPIBasicDeployment(series='trusty',
9
                                           openstack='cloud:trusty-liberty',
10
                                           source='cloud:trusty-updates/liberty')
11
    deployment.run_tests()