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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 135
Proposed branch: lp:~1chb1n/charms/trusty/swift-proxy/next.1601-test-update2
Merge into: lp:~openstack-charmers-archive/charms/trusty/swift-proxy/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/swift-proxy/next.1601-test-update2
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+283128@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_unit_test #16483 swift-proxy-next for 1chb1n mp283128
    UNIT OK: passed

Build: http://10.245.162.77:8080/job/charm_unit_test/16483/

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:28 +0000
+++ tests/019-basic-trusty-mitaka 2016-01-19 12:52:40 +0000
@@ -1,11 +1,11 @@
1#!/usr/bin/python1#!/usr/bin/python
22
3"""Amulet tests on a basic swift-proxy deployment on trusty-liberty."""3"""Amulet tests on a basic swift-proxy deployment on trusty-mitaka."""
44
5from basic_deployment import SwiftProxyBasicDeployment5from basic_deployment import SwiftProxyBasicDeployment
66
7if __name__ == '__main__':7if __name__ == '__main__':
8 deployment = SwiftProxyBasicDeployment(series='trusty',8 deployment = SwiftProxyBasicDeployment(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