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

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 44
Proposed branch: lp:~1chb1n/charms/trusty/ceph-osd/stable-flip-tests-helper-syncs
Merge into: lp:~openstack-charmers-archive/charms/trusty/ceph-osd/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/ceph-osd/stable-flip-tests-helper-syncs
Reviewer Review Type Date Requested Status
Corey Bryant (community) Approve
charmers Pending
Review via email: mp+267558@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_unit_test #7173 ceph-osd for 1chb1n mp267558
    UNIT FAIL: unit-test missing

UNIT Results (max last 2 lines):
INFO:root:Search string not found in makefile target commands.
ERROR:root:No make target was executed.

Full unit test output: http://paste.ubuntu.com/12049759/
Build: http://10.245.162.77:8080/job/charm_unit_test/7173/

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

charm_lint_check #7751 ceph-osd for 1chb1n mp267558
    LINT OK: passed

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

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
=== modified file 'charm-helpers-hooks.yaml'
--- charm-helpers-hooks.yaml 2015-08-10 16:33:15 +0000
+++ charm-helpers-hooks.yaml 2015-08-10 17:45:34 +0000
@@ -1,4 +1,4 @@
1branch: lp:charm-helpers1branch: lp:~openstack-charmers/charm-helpers/stable
2destination: hooks/charmhelpers2destination: hooks/charmhelpers
3include:3include:
4 - core4 - core
55
=== modified file 'charm-helpers-tests.yaml'
--- charm-helpers-tests.yaml 2015-08-10 16:33:15 +0000
+++ charm-helpers-tests.yaml 2015-08-10 17:45:34 +0000
@@ -1,4 +1,4 @@
1branch: lp:charm-helpers1branch: lp:~openstack-charmers/charm-helpers/stable
2destination: tests/charmhelpers2destination: tests/charmhelpers
3include:3include:
4 - contrib.amulet4 - contrib.amulet
55
=== modified file 'tests/basic_deployment.py'
--- tests/basic_deployment.py 2015-08-10 16:33:15 +0000
+++ tests/basic_deployment.py 2015-08-10 17:45:34 +0000
@@ -19,7 +19,7 @@
19 """Amulet tests on a basic ceph-osd deployment."""19 """Amulet tests on a basic ceph-osd deployment."""
2020
21 def __init__(self, series=None, openstack=None, source=None,21 def __init__(self, series=None, openstack=None, source=None,
22 stable=False):22 stable=True):
23 """Deploy the entire test environment."""23 """Deploy the entire test environment."""
24 super(CephOsdBasicDeployment, self).__init__(series, openstack,24 super(CephOsdBasicDeployment, self).__init__(series, openstack,
25 source, stable)25 source, stable)

Subscribers

People subscribed via source and target branches