lp://staging/~raharper/curtin/trunk.fix-lvm-over-raid
- Get this branch:
- bzr branch lp://staging/~raharper/curtin/trunk.fix-lvm-over-raid
Branch merges
- Scott Moser (community): Approve
- Chad Smith: Approve
- Server Team CI bot: Approve (continuous-integration)
-
Diff: 47 lines (+13/-6)2 files modifiedcurtin/block/mdadm.py (+10/-6)
tests/vmtests/test_mdadm_bcache.py (+3/-0)
Related bugs
Bug #1708052: Curtin fails to install on a disk previosly installed with RAID | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 521. By Scott Moser
-
vmtest: get info about collected symlinks and then delete them.
Some of the 'collect' scripts collect files with 'cp -a' or other
means that would collect a symbolic link. Since none of our
scripts yet handle properly resolving absolute symlinks we just
remove all symlinks and write a file 'symlinks.txt' with info about them.At a later date we might need to also clean out sockets or other content.
The primary motivation for this is to
a.) make sure tests don't inadvertantly read the target of the symlink
and thus "verify" files on the host
b.) jenkins can produce a zip file of the artifacts, and we suspect that
it is bothered by the symbolic links. - 520. By Ryan Harper
-
Update network cloud-init related skiptest dates, SRU still pending
Move skipdate to 2017-08-20 to allow more time for cloud-init SRU to land.
- 519. By Chad Smith
-
tests: Add CiTestCase common parent for all curtin tests.
This branch makes sure all unittests subclass from CiTestCase which
provides all unit tests with a tmp_dir and tmp_path creation. Drop
unittest-specific tempfile usage in favor of self.tmp_dir and
self.tmp_path.Adding this parent class gives us a single place to add test methods which
have general application across unit tests, like log tracking and tmp
directory cleanup.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~curtin-dev/curtin/trunk