Merge lp:~1chb1n/charms/trusty/rabbitmq-server/15.10-stable-flip-tests-helper-syncs into lp:charms/trusty/rabbitmq-server

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 107
Proposed branch: lp:~1chb1n/charms/trusty/rabbitmq-server/15.10-stable-flip-tests-helper-syncs
Merge into: lp:charms/trusty/rabbitmq-server
Diff against target: 34 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/rabbitmq-server/15.10-stable-flip-tests-helper-syncs
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Corey Bryant (community) Approve
Review via email: mp+275409@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_unit_test #11443 rabbitmq-server for 1chb1n mp275409
    UNIT OK: passed

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

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

charm_lint_check #12365 rabbitmq-server for 1chb1n mp275409
    LINT OK: passed

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

Revision history for this message
Corey Bryant (corey.bryant) :
review: Approve
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM +1

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:30 +0000
3+++ charm-helpers-hooks.yaml 2015-10-22 16:29:55 +0000
4@@ -1,5 +1,5 @@
5 destination: hooks/charmhelpers
6-branch: lp:charm-helpers
7+branch: lp:~openstack-charmers/charm-helpers/stable
8 include:
9 - fetch
10 - core
11
12=== modified file 'charm-helpers-tests.yaml'
13--- charm-helpers-tests.yaml 2015-10-22 13:24:30 +0000
14+++ charm-helpers-tests.yaml 2015-10-22 16:29:55 +0000
15@@ -1,5 +1,5 @@
16 destination: tests/charmhelpers
17-branch: lp:charm-helpers
18+branch: lp:~openstack-charmers/charm-helpers/stable
19 include:
20 - contrib.amulet
21 - contrib.openstack.amulet
22
23=== modified file 'tests/basic_deployment.py'
24--- tests/basic_deployment.py 2015-10-22 13:24:30 +0000
25+++ tests/basic_deployment.py 2015-10-22 16:29:55 +0000
26@@ -32,7 +32,7 @@
27 """Amulet tests on a basic rabbitmq cluster deployment. Verify
28 relations, service status, users and endpoint service catalog."""
29
30- def __init__(self, series=None, openstack=None, source=None, stable=False):
31+ def __init__(self, series=None, openstack=None, source=None, stable=True):
32 """Deploy the entire test environment."""
33 super(RmqBasicDeployment, self).__init__(series, openstack, source,
34 stable)

Subscribers

People subscribed via source and target branches