rebase
This commit is contained in:
commit
7accf6d82c
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
"""Amulet tests on a basic cinder deployment on trusty-liberty."""
|
"""Amulet tests on a basic cinder deployment on trusty-mitaka."""
|
||||||
|
|
||||||
from basic_deployment import CinderBasicDeployment
|
from basic_deployment import CinderBasicDeployment
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
deployment = CinderBasicDeployment(series='trusty',
|
deployment = CinderBasicDeployment(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