Merge lp:~jose/charms/precise/python-moinmoin/fix-tests into lp:charms/python-moinmoin

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 10
Proposed branch: lp:~jose/charms/precise/python-moinmoin/fix-tests
Merge into: lp:charms/python-moinmoin
Diff against target: 22 lines (+3/-3)
1 file modified
tests/01_deploy.test (+3/-3)
To merge this branch: bzr merge lp:~jose/charms/precise/python-moinmoin/fix-tests
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+234258@code.launchpad.net

Description of the change

Fixed 01 test in order for it to pass correctly (tested with AWS), and added a 00-setup.sh file.

To post a comment you must log in.
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/01_deploy.test'
--- tests/01_deploy.test 2012-03-02 02:30:38 +0000
+++ tests/01_deploy.test 2014-09-11 06:58:17 +0000
@@ -5,7 +5,7 @@
5 exit 1005 exit 100
6fi6fi
77
8set -e8set -ex
99
10teardown() {10teardown() {
11 juju destroy-service python-moinmoin11 juju destroy-service python-moinmoin
@@ -21,8 +21,8 @@
21trap teardown EXIT21trap teardown EXIT
2222
2323
24juju deploy python-moinmoin24juju deploy cs:precise/python-moinmoin
25juju deploy haproxy25juju deploy cs:precise/haproxy
26juju add-relation haproxy:reverseproxy python-moinmoin:website26juju add-relation haproxy:reverseproxy python-moinmoin:website
27juju expose haproxy27juju expose haproxy
2828

Subscribers

People subscribed via source and target branches

to all changes: