Merge lp://staging/~1chb1n/charms/trusty/cinder-ceph/next-amulet-updates into lp://staging/~openstack-charmers-archive/charms/trusty/cinder-ceph/next

Proposed by Ryan Beisner
Status: Merged
Merged at revision: 33
Proposed branch: lp://staging/~1chb1n/charms/trusty/cinder-ceph/next-amulet-updates
Merge into: lp://staging/~openstack-charmers-archive/charms/trusty/cinder-ceph/next
Diff against target: 4033 lines (+3034/-165)
35 files modified
Makefile (+12/-4)
charm-helpers-tests.yaml (+5/-0)
hooks/charmhelpers/contrib/hahelpers/cluster.py (+47/-3)
hooks/charmhelpers/contrib/openstack/amulet/deployment.py (+6/-2)
hooks/charmhelpers/contrib/openstack/amulet/utils.py (+122/-3)
hooks/charmhelpers/contrib/openstack/context.py (+1/-1)
hooks/charmhelpers/contrib/openstack/ip.py (+49/-44)
hooks/charmhelpers/contrib/openstack/neutron.py (+16/-9)
hooks/charmhelpers/contrib/openstack/utils.py (+82/-22)
hooks/charmhelpers/contrib/python/packages.py (+30/-5)
hooks/charmhelpers/core/hookenv.py (+231/-38)
hooks/charmhelpers/core/host.py (+25/-7)
hooks/charmhelpers/core/services/base.py (+43/-19)
hooks/charmhelpers/fetch/__init__.py (+1/-1)
hooks/charmhelpers/fetch/giturl.py (+7/-5)
metadata.yaml (+5/-2)
tests/00-setup (+14/-0)
tests/014-basic-precise-icehouse (+11/-0)
tests/015-basic-trusty-icehouse (+9/-0)
tests/016-basic-trusty-juno (+11/-0)
tests/017-basic-trusty-kilo (+11/-0)
tests/018-basic-utopic-juno (+9/-0)
tests/019-basic-vivid-kilo (+9/-0)
tests/README (+66/-0)
tests/basic_deployment.py (+683/-0)
tests/charmhelpers/__init__.py (+38/-0)
tests/charmhelpers/contrib/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/amulet/deployment.py (+93/-0)
tests/charmhelpers/contrib/amulet/utils.py (+533/-0)
tests/charmhelpers/contrib/openstack/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/__init__.py (+15/-0)
tests/charmhelpers/contrib/openstack/amulet/deployment.py (+183/-0)
tests/charmhelpers/contrib/openstack/amulet/utils.py (+604/-0)
tests/tests.yaml (+18/-0)
To merge this branch: bzr merge lp://staging/~1chb1n/charms/trusty/cinder-ceph/next-amulet-updates
Reviewer Review Type Date Requested Status
Corey Bryant Approve
Review via email: mp+262910@code.staging.launchpad.net

Description of the change

Add cinder-ceph amulet tests

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

charm_lint_check #5601 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5233 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_amulet_test #4769 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11774356/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4769/

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

charm_amulet_test #4774 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11774791/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4774/

Revision history for this message
Ryan Beisner (1chb1n) wrote :

Working through an issue with amulet and subordinate...

00:07:30.399 2015-06-25 18:08:03 Invalid config charm cinder-ceph openstack-origin=cloud:precise-icehouse

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

charm_unit_test #5238 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_lint_check #5606 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_amulet_test #4782 cinder-ceph-next for 1chb1n mp262910
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4782/

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

charm_unit_test #5241 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_lint_check #5609 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_amulet_test #4785 cinder-ceph-next for 1chb1n mp262910
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4785/

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

charm_lint_check #5619 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5251 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_amulet_test #4801 cinder-ceph-next for 1chb1n mp262910
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4801/

Revision history for this message
Ryan Beisner (1chb1n) wrote :

Flipped back to WIP re: tests/charmhelpers work in progress. Other things here are clear for review and input.

37. By Ryan Beisner

resync hooks/charmhelpers

38. By Ryan Beisner

resync tests/charmhelpers

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

charm_lint_check #5676 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5308 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_amulet_test #4859 cinder-ceph-next for 1chb1n mp262910
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4859/

39. By Ryan Beisner

Update publish target in makefile; update 00-setup and tests.yaml for dependencies.

40. By Ryan Beisner

update make lint target

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

charm_lint_check #5687 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5319 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_amulet_test #4870 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11794891/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4870/

41. By Ryan Beisner

fix 00-setup

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

charm_lint_check #5692 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5324 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

42. By Ryan Beisner

update test

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

charm_lint_check #5696 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5328 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

Looks good. I'll approve once the corresponding c-h lands and these amulet tests are successful.

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

charm_amulet_test #4875 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11795779/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4875/

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

charm_amulet_test #4879 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11796248/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4879/

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

charm_amulet_test #4884 cinder-ceph-next for 1chb1n mp262910
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
make: *** [functional_test] Error 1
ERROR:root:Make target returned non-zero.

Full amulet test output: http://paste.ubuntu.com/11797156/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4884/

Revision history for this message
Ryan Beisner (1chb1n) wrote :

Test rig issue is causing failures in bootstrapping; will re-test when that's resolved.

43. By Ryan Beisner

update debug logging

44. By Ryan Beisner

update tags for consistency with other openstack charms

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

charm_lint_check #5702 cinder-ceph-next for 1chb1n mp262910
    LINT OK: passed

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

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

charm_unit_test #5334 cinder-ceph-next for 1chb1n mp262910
    UNIT OK: passed

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

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

charm_amulet_test #4890 cinder-ceph-next for 1chb1n mp262910
    AMULET OK: passed

Build: http://10.245.162.77:8080/job/charm_amulet_test/4890/

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
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches