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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 213
Proposed branch: lp:~1chb1n/charms/trusty/nova-cloud-controller/next.1601-test-update2
Merge into: lp:~openstack-charmers-archive/charms/trusty/nova-cloud-controller/next
Diff against target: 19 lines (+3/-3)
1 file modified
tests/019-basic-trusty-mitaka (+3/-3)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/nova-cloud-controller/next.1601-test-update2
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+283121@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:21 +0000
3+++ tests/019-basic-trusty-mitaka 2016-01-19 12:51:33 +0000
4@@ -1,12 +1,12 @@
5 #!/usr/bin/python
6
7 """Amulet tests on a basic nova cloud controller deployment on
8- trusty-liberty."""
9+ trusty-mitaka."""
10
11 from basic_deployment import NovaCCBasicDeployment
12
13 if __name__ == '__main__':
14 deployment = NovaCCBasicDeployment(series='trusty',
15- openstack='cloud:trusty-liberty',
16- source='cloud:trusty-updates/liberty')
17+ openstack='cloud:trusty-mitaka',
18+ source='cloud:trusty-updates/mitaka')
19 deployment.run_tests()

Subscribers

People subscribed via source and target branches