Merge lp:~hopem/charms/trusty/neutron-gateway/ensure-tmpdir-cleanup into lp:~openstack-charmers-archive/charms/trusty/neutron-gateway/next

Proposed by Edward Hope-Morley
Status: Merged
Merged at revision: 130
Proposed branch: lp:~hopem/charms/trusty/neutron-gateway/ensure-tmpdir-cleanup
Merge into: lp:~openstack-charmers-archive/charms/trusty/neutron-gateway/next
Diff against target: 22 lines (+3/-3)
1 file modified
templates/os-charm-phy-nic-mtu.conf (+3/-3)
To merge this branch: bzr merge lp:~hopem/charms/trusty/neutron-gateway/ensure-tmpdir-cleanup
Reviewer Review Type Date Requested Status
Billy Olsen Approve
Review via email: mp+263272@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 #5680 neutron-gateway-next for hopem mp263272
    LINT OK: passed

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

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

charm_unit_test #5312 neutron-gateway-next for hopem mp263272
    UNIT OK: passed

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

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

charm_amulet_test #4863 neutron-gateway-next for hopem mp263272
    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/11795087/
Build: http://10.245.162.77:8080/job/charm_amulet_test/4863/

Revision history for this message
Billy Olsen (billy-olsen) wrote :

Amulet failed due to timeout.

Revision history for this message
Billy Olsen (billy-olsen) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/os-charm-phy-nic-mtu.conf'
2--- templates/os-charm-phy-nic-mtu.conf 2015-02-11 15:52:33 +0000
3+++ templates/os-charm-phy-nic-mtu.conf 2015-06-29 18:05:31 +0000
4@@ -7,9 +7,9 @@
5 script
6 devs="{{ devs }}"
7 mtu="{{ mtu }}"
8- tmpfile=`mktemp`
9- echo $devs > $tmpfile
10 if [ -n "$mtu" ]; then
11+ tmpfile=`mktemp`
12+ echo $devs > $tmpfile
13 while read -r dev; do
14 [ -n "$dev" ] || continue
15 rc=0
16@@ -19,4 +19,4 @@
17 rm $tmpfile
18 [ $rc = 0 ] || exit $rc
19 fi
20-end script
21\ No newline at end of file
22+end script

Subscribers

People subscribed via source and target branches