Fix liberty/mitaka typo from previous test definition update batch.
This commit is contained in:
commit
32e1418df0
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# NeutronOVSBasicDeployment
|
# NeutronOVSBasicDeployment
|
||||||
"""Amulet tests on a basic neutron-openvswitch deployment on trusty-liberty."""
|
"""Amulet tests on a basic neutron-openvswitch deployment on trusty-mitaka."""
|
||||||
|
|
||||||
from basic_deployment import NeutronOVSBasicDeployment
|
from basic_deployment import NeutronOVSBasicDeployment
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
deployment = NeutronOVSBasicDeployment(series='trusty',
|
deployment = NeutronOVSBasicDeployment(series='trusty',
|
||||||
openstack='cloud:trusty-liberty',
|
openstack='cloud:trusty-mitaka',
|
||||||
source='cloud:trusty-updates/liberty')
|
source='cloud:trusty-updates/mitaka')
|
||||||
deployment.run_tests()
|
deployment.run_tests()
|
||||||
|
Loading…
Reference in New Issue
Block a user