charm-neutron-api-odl/tests/020-basic-wily-liberty

9 lines
267 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic openvswitch ODL deployment on wily-liberty."""
from basic_deployment import NeutronAPIODLBasicDeployment
if __name__ == '__main__':
deployment = NeutronAPIODLBasicDeployment(series='wily')
deployment.run_tests()