lp:~raharper/curtin/trunk.debug-mdadm
- Get this branch:
- bzr branch lp:~raharper/curtin/trunk.debug-mdadm
Branch merges
- Server Team CI bot: Approve (continuous-integration)
- curtin developers: Pending requested
-
Diff: 607 lines (+335/-27)9 files modifiedcurtin/block/__init__.py (+61/-6)
curtin/block/clear_holders.py (+4/-3)
curtin/block/mdadm.py (+22/-3)
curtin/commands/block_meta.py (+14/-0)
curtin/util.py (+13/-0)
tests/unittests/test_block.py (+72/-0)
tests/unittests/test_block_mdadm.py (+26/-11)
tests/unittests/test_clear_holders.py (+5/-4)
tests/unittests/test_commands_block_meta.py (+118/-0)
Branch information
Recent revisions
- 444. By Ryan Harper
-
Address MP feedback
- use err instead of _err when consuming
- Use device == entry[0] to match device mounted
- Rename device_is_mounted to list_device_mounts
- Refactor exclusive open into a contextmanager
- Be more verbose when recursively wiping partitions - 441. By Scott Moser
-
net: add new lines after rendered static routes.
Static routes were being rendered in /etc/network/
interfaces
without a trailing newline after the 'pre-down' line.
Add unittest and vmtest to validate static route configurations. - 440. By Scott Moser
-
vmtest: add 'webserv' helper
Rather than running python -m SimpleHTTPServer for the web server
add a program 'webserv' in tools/ dir and use that.The benefits of this approach are:
a.) no longer need python2 (we were invoking with 'python')
b.) webserv listens on both ipv4 and ipv6 addresses.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~curtin-dev/curtin/trunk