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

Proposed by Corey Bryant
Status: Merged
Merged at revision: 116
Proposed branch: lp:~corey.bryant/charms/trusty/keystone/amulet-stable
Merge into: lp:~openstack-charmers-archive/charms/trusty/keystone/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/keystone/amulet-stable
Reviewer Review Type Date Requested Status
OpenStack Charmers Pending
Review via email: mp+248007@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 #1361 trusty-keystone for corey.bryant mp248007
    LINT OK: passed

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

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

charm_unit_test #1314 trusty-keystone for corey.bryant mp248007
    UNIT OK: passed

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

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

charm_amulet_test #1548 trusty-keystone for corey.bryant mp248007
    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/9939762/
Build: http://10.245.162.77:8080/job/charm_amulet_test/1548/

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

charm_amulet_test #1560 keystone for corey.bryant mp248007
    AMULET OK: passed

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

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-08 10:05:57 +0000
3+++ tests/basic_deployment.py 2015-01-29 16:11:54 +0000
4@@ -19,7 +19,7 @@
5 class KeystoneBasicDeployment(OpenStackAmuletDeployment):
6 """Amulet tests on a basic keystone deployment."""
7
8- def __init__(self, series=None, openstack=None, source=None, stable=False):
9+ def __init__(self, series=None, openstack=None, source=None, stable=True):
10 """Deploy the entire test environment."""
11 super(KeystoneBasicDeployment, self).__init__(series, openstack, source, stable)
12 self._add_services()

Subscribers

People subscribed via source and target branches