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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 16
Proposed branch: lp:~1chb1n/charms/trusty/odl-controller/next.1601-test-update2
Merge into: lp:~openstack-charmers-archive/charms/trusty/odl-controller/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/odl-controller/next.1601-test-update2
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+283110@code.launchpad.net

Description of the change

Fix typo in mitaka amulet test definition

To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #17638 odl-controller-next for 1chb1n mp283110
    LINT OK: passed

Build: http://10.245.162.77:8080/job/charm_lint_check/17638/

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:05 +0000
3+++ tests/019-basic-trusty-mitaka 2016-01-19 12:49:48 +0000
4@@ -1,11 +1,11 @@
5 #!/usr/bin/python
6
7-"""Amulet tests on a basic odl controller deployment on trusty-liberty."""
8+"""Amulet tests on a basic odl controller deployment on trusty-mitaka."""
9
10 from basic_deployment import ODLControllerBasicDeployment
11
12 if __name__ == '__main__':
13 deployment = ODLControllerBasicDeployment(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