Merge lp:~corey.bryant/charms/trusty/swift-proxy/amulet-stable into lp:~openstack-charmers-archive/charms/trusty/swift-proxy/trunk

Proposed by Corey Bryant
Status: Merged
Merged at revision: 81
Proposed branch: lp:~corey.bryant/charms/trusty/swift-proxy/amulet-stable
Merge into: lp:~openstack-charmers-archive/charms/trusty/swift-proxy/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
tests/basic_deployment.py (+1/-1)
To merge this branch: bzr merge lp:~corey.bryant/charms/trusty/swift-proxy/amulet-stable
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+248012@code.launchpad.net
To post a comment you must log in.
Revision history for this message
uosci-testing-bot (uosci-testing-bot) wrote :

charm_lint_check #1365 trusty-swift-proxy for corey.bryant mp248012
    LINT OK: passed

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

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

charm_unit_test #1318 trusty-swift-proxy for corey.bryant mp248012
    UNIT OK: passed

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

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

charm_amulet_test #1552 trusty-swift-proxy for corey.bryant mp248012
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
  ERROR subprocess encountered error code 1
  make: *** [test] Error 1

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

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

charm_amulet_test #1564 swift-proxy for corey.bryant mp248012
    AMULET FAIL: amulet-test failed

AMULET Results (max last 2 lines):
  ERROR subprocess encountered error code 1
  make: *** [test] Error 1

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

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

charm_amulet_test #1567 swift-proxy for corey.bryant mp248012
    AMULET OK: passed

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

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

Amulet timeouts were an test environment issue. Resolved and re-ran, A-OK!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/basic_deployment.py'
2--- tests/basic_deployment.py 2015-01-05 13:43:32 +0000
3+++ tests/basic_deployment.py 2015-01-29 16:17:51 +0000
4@@ -20,7 +20,7 @@
5 class SwiftProxyBasicDeployment(OpenStackAmuletDeployment):
6 """Amulet tests on a basic swift-proxy deployment."""
7
8- def __init__(self, series, openstack=None, source=None, stable=False):
9+ def __init__(self, series, openstack=None, source=None, stable=True):
10 """Deploy the entire test environment."""
11 super(SwiftProxyBasicDeployment, self).__init__(series, openstack,
12 source, stable)

Subscribers

People subscribed via source and target branches