3
"""Amulet tests on a basic neutron-api deployment on trusty-liberty."""
5
from basic_deployment import NeutronAPIBasicDeployment
7
if __name__ == '__main__':
8
deployment = NeutronAPIBasicDeployment(series='trusty',
9
openstack='cloud:trusty-liberty',
10
source='cloud:trusty-updates/liberty')
11
deployment.run_tests()