Merge lp:~1chb1n/charms/trusty/swift-proxy/15.10-stable-flip-tests-helper-syncs into lp:~openstack-charmers-archive/charms/trusty/swift-proxy/trunk

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 103
Proposed branch: lp:~1chb1n/charms/trusty/swift-proxy/15.10-stable-flip-tests-helper-syncs
Merge into: lp:~openstack-charmers-archive/charms/trusty/swift-proxy/trunk
Diff against target: 32 lines (+3/-3)
3 files modified
charm-helpers-hooks.yaml (+1/-1)
charm-helpers-tests.yaml (+1/-1)
tests/basic_deployment.py (+1/-1)
To merge this branch: bzr merge lp:~1chb1n/charms/trusty/swift-proxy/15.10-stable-flip-tests-helper-syncs
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
Review via email: mp+275410@code.launchpad.net

Description of the change

Flip next:stable bits for amulet tests and c-h sync yamls.

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

charm_lint_check #12338 swift-proxy for 1chb1n mp275410
    LINT OK: passed

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

Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_unit_test #11469 swift-proxy for 1chb1n mp275410
    UNIT OK: passed

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

Revision history for this message
Corey Bryant (corey.bryant) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-helpers-hooks.yaml'
2--- charm-helpers-hooks.yaml 2015-10-22 13:24:57 +0000
3+++ charm-helpers-hooks.yaml 2015-10-22 16:30:00 +0000
4@@ -1,4 +1,4 @@
5-branch: lp:charm-helpers
6+branch: lp:~openstack-charmers/charm-helpers/stable
7 destination: charmhelpers
8 include:
9 - core
10
11=== modified file 'charm-helpers-tests.yaml'
12--- charm-helpers-tests.yaml 2015-10-22 13:24:57 +0000
13+++ charm-helpers-tests.yaml 2015-10-22 16:30:00 +0000
14@@ -1,4 +1,4 @@
15-branch: lp:charm-helpers
16+branch: lp:~openstack-charmers/charm-helpers/stable
17 destination: tests/charmhelpers
18 include:
19 - contrib.amulet
20
21=== modified file 'tests/basic_deployment.py'
22--- tests/basic_deployment.py 2015-10-22 13:24:57 +0000
23+++ tests/basic_deployment.py 2015-10-22 16:30:00 +0000
24@@ -18,7 +18,7 @@
25 class SwiftProxyBasicDeployment(OpenStackAmuletDeployment):
26 """Amulet tests on a basic swift-proxy deployment."""
27
28- def __init__(self, series, openstack=None, source=None, stable=False):
29+ def __init__(self, series, openstack=None, source=None, stable=True):
30 """Deploy the entire test environment."""
31 super(SwiftProxyBasicDeployment, self).__init__(series, openstack,
32 source, stable)

Subscribers

People subscribed via source and target branches