Fix liberty/mitaka typo from previous test definition update batch.
This commit is contained in:
commit
32e1418df0
@ -1,11 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# 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
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = NeutronOVSBasicDeployment(series='trusty',
|
||||
openstack='cloud:trusty-liberty',
|
||||
source='cloud:trusty-updates/liberty')
|
||||
openstack='cloud:trusty-mitaka',
|
||||
source='cloud:trusty-updates/mitaka')
|
||||
deployment.run_tests()
|
||||
|
Loading…
Reference in New Issue
Block a user