Fix typo in mitaka amulet test definition
This commit is contained in:
parent
f3c68f97e8
commit
2c3da40c9c
@ -1,11 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Amulet tests on a basic cinder-ceph deployment on trusty-liberty."""
|
||||
"""Amulet tests on a basic cinder-ceph deployment on trusty-mitaka."""
|
||||
|
||||
from basic_deployment import CinderCephBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = CinderCephBasicDeployment(series='trusty',
|
||||
openstack='cloud:trusty-liberty',
|
||||
source='cloud:trusty-updates/liberty')
|
||||
openstack='cloud:trusty-mitaka',
|
||||
source='cloud:trusty-updates/mitaka')
|
||||
deployment.run_tests()
|
||||
|
Loading…
x
Reference in New Issue
Block a user