Merge lp:~1chb1n/charms/trusty/cinder/next.1601-test-update2 into lp:~openstack-charmers-archive/charms/trusty/cinder/next

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 143
Proposed branch: lp:~1chb1n/charms/trusty/cinder/next.1601-test-update2
Merge into: lp:~openstack-charmers-archive/charms/trusty/cinder/next
Diff against target: 18 lines (+3/-3)
1 file modified
tests/019-basic-trusty-mitaka (+3/-3)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/cinder/next.1601-test-update2
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+283117@code.launchpad.net

Description of the change

Fix typo in mitaka amulet test definition

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/019-basic-trusty-mitaka'
2--- tests/019-basic-trusty-mitaka 2016-01-08 21:45:13 +0000
3+++ tests/019-basic-trusty-mitaka 2016-01-19 12:50:39 +0000
4@@ -1,11 +1,11 @@
5 #!/usr/bin/python
6
7-"""Amulet tests on a basic cinder deployment on trusty-liberty."""
8+"""Amulet tests on a basic cinder deployment on trusty-mitaka."""
9
10 from basic_deployment import CinderBasicDeployment
11
12 if __name__ == '__main__':
13 deployment = CinderBasicDeployment(series='trusty',
14- openstack='cloud:trusty-liberty',
15- source='cloud:trusty-updates/liberty')
16+ openstack='cloud:trusty-mitaka',
17+ source='cloud:trusty-updates/mitaka')
18 deployment.run_tests()

Subscribers

People subscribed via source and target branches