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
=== modified file 'tests/019-basic-trusty-mitaka'
--- tests/019-basic-trusty-mitaka 2016-01-08 21:45:13 +0000
+++ tests/019-basic-trusty-mitaka 2016-01-19 12:50:39 +0000
@@ -1,11 +1,11 @@
1#!/usr/bin/python1#!/usr/bin/python
22
3"""Amulet tests on a basic cinder deployment on trusty-liberty."""3"""Amulet tests on a basic cinder deployment on trusty-mitaka."""
44
5from basic_deployment import CinderBasicDeployment5from basic_deployment import CinderBasicDeployment
66
7if __name__ == '__main__':7if __name__ == '__main__':
8 deployment = CinderBasicDeployment(series='trusty',8 deployment = CinderBasicDeployment(series='trusty',
9 openstack='cloud:trusty-liberty',9 openstack='cloud:trusty-mitaka',
10 source='cloud:trusty-updates/liberty')10 source='cloud:trusty-updates/mitaka')
11 deployment.run_tests()11 deployment.run_tests()

Subscribers

People subscribed via source and target branches