~raharper/curtin:feature/block-discover

Last commit made on 2019-06-03
Get this branch:
git clone -b feature/block-discover https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
feature/block-discover
Repository:
lp:~raharper/curtin

Recent commits

7a91b31... by Ryan Harper

storage_config: compact vertical space on dos parts, add unittests.

cbae2b8... by Ryan Harper

storage_config: don't use result variable as looping variable.

1aacf1f... by Ryan Harper

storage_config: document use of probe_data_key, class_data members of ProbertParser.

e079fdd... by Ryan Harper

stype_order: use 'id' as default sort key, raise ValueError on unknown key.

56fcf04... by Ryan Harper

block-discover: ignore cdrom/floppy in filesystem and mounts

The live-iso probe data returned the mounted cdrom blockdev,
filesystem and mount info. We currently ignore the the blockdev
entry but not the filesystem and mount data which resulted in an
entry with a missing dep. Resolve this by also ignoring cdrom
and floppy in mounts and filesystems. Add unittest to verify
that we can parse live-iso probe data.

38bc731... by Ryan Harper

move to pylintrc

20b4f27... by Ryan Harper

Fix up unittests for block-discover

3d1affc... by Ryan Harper

add unittest for dmcrypt parser

8fd6d0f... by Ryan Harper

Fix up dmcrypt device lookup and id mapping

4045e2f... by Ryan Harper

dmcrypt: test-data and initial parser