charm-neutron-api/tests/015-basic-trusty-icehouse

10 lines
263 B
Python
Executable File

#!/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()