~raharper/curtin:feature/s390-dasd-storage

Last commit made on 2019-03-31
Get this branch:
git clone -b feature/s390-dasd-storage 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/s390-dasd-storage
Repository:
lp:~raharper/curtin

Recent commits

168926a... by Ryan Harper

vmtest: fix _serial_to_kname for scsi disks

9d2cf12... by Ryan Harper

test_block_dasd: drop random.choice

5c262d9... by Ryan Harper

test_block_dasd: use class list of invalid values

333fb24... by Ryan Harper

Use unittest.assertDictEqual instead of NIH version.

13b9eb0... by Ryan Harper

doc: update Dasd label details for pedants who pedant.

515420a... by Ryan Harper

docs: dasd update blocksize details.

41be7cb... by Ryan Harper

block_meta: disk key search needed breaks to prevent clobbering

When searching for the best key out of a type:disk config if
an entry had multiple keys that were searched it would keep the
last value found in the config. Add breaks to find the first key
as the search is ordered by preference.

9bd072c... by Ryan Harper

Drop unittests for _kname_to_device_id

708c37a... by Ryan Harper

dasd: drop _kname_to_device_id

3433bbf... by Ryan Harper

dasd: update format docstring, indicate stderr response to subp not used.