Merge lp:~smoser/curtin/trunk.lp1649652 into lp:~curtin-dev/curtin/trunk
Proposed by
Scott Moser
Status: | Merged |
---|---|
Merged at revision: | 441 |
Proposed branch: | lp:~smoser/curtin/trunk.lp1649652 |
Merge into: | lp:~curtin-dev/curtin/trunk |
Diff against target: |
190 lines (+148/-1) 5 files modified
curtin/net/__init__.py (+1/-1) examples/tests/network_static_routes.yaml (+27/-0) tests/unittests/test_net.py (+47/-0) tests/vmtests/test_network.py (+23/-0) tests/vmtests/test_network_static_routes.py (+50/-0) |
To merge this branch: | bzr merge lp:~smoser/curtin/trunk.lp1649652 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Server Team CI bot | continuous-integration | Approve | |
Ryan Harper (community) | Approve | ||
Wesley Wiedenmeier (community) | Needs Fixing | ||
Review via email: mp+313474@code.launchpad.net |
Commit message
add new lines after rendered static routes.
Static routes were being rendered in /etc/network/
without a trailing newline after the 'pre-down' line.
To post a comment you must log in.
The fix makes sense to me, it achieves the same formatting fix in the output as the user's patch. paste.ubuntu. com/23656927/
There's a couple tox issues in the unittest, patch below fixes them:
http://