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

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

Description of the change

flip charmhelper sync yamls and amulet tests to use stable branches

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

charm_lint_check #7758 percona-cluster for 1chb1n mp267571
    LINT OK: passed

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

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

charm_unit_test #7190 percona-cluster for 1chb1n mp267571
    UNIT OK: passed

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

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-tests.yaml'
2--- charm-helpers-tests.yaml 2015-08-10 16:40:24 +0000
3+++ charm-helpers-tests.yaml 2015-08-10 17:55:38 +0000
4@@ -1,4 +1,4 @@
5-branch: lp:charm-helpers
6+branch: lp:~openstack-charmers/charm-helpers/stable
7 destination: tests/charmhelpers
8 include:
9 - contrib.amulet
10
11=== modified file 'charm-helpers.yaml'
12--- charm-helpers.yaml 2015-08-10 16:40:24 +0000
13+++ charm-helpers.yaml 2015-08-10 17:55:38 +0000
14@@ -1,4 +1,4 @@
15-branch: lp:charm-helpers
16+branch: lp:~openstack-charmers/charm-helpers/stable
17 destination: hooks/charmhelpers
18 include:
19 - core
20
21=== modified file 'tests/basic_deployment.py'
22--- tests/basic_deployment.py 2015-08-10 16:40:24 +0000
23+++ tests/basic_deployment.py 2015-08-10 17:55:38 +0000
24@@ -11,7 +11,7 @@
25
26 class BasicDeployment(OpenStackAmuletDeployment):
27 def __init__(self, vip=None, units=1, series="trusty", openstack=None,
28- source=None, stable=False):
29+ source=None, stable=True):
30 super(BasicDeployment, self).__init__(series, openstack, source,
31 stable)
32 self.units = units

Subscribers

People subscribed via source and target branches

to status/vote changes: