Fix typo in mitaka amulet test definition
This commit is contained in:
parent
d10a8a9507
commit
81f7eb40cc
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
"""Amulet tests on a basic ceph deployment on trusty-liberty."""
|
"""Amulet tests on a basic ceph deployment on trusty-mitaka."""
|
||||||
|
|
||||||
from basic_deployment import CephBasicDeployment
|
from basic_deployment import CephBasicDeployment
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
deployment = CephBasicDeployment(series='trusty',
|
deployment = CephBasicDeployment(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