~sylvain-pineau/checkbox-support:md_devices_support

Last commit made on 2018-04-27
Get this branch:
git clone -b md_devices_support https://git.launchpad.net/~sylvain-pineau/checkbox-support
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
md_devices_support
Repository:
lp:~sylvain-pineau/checkbox-support

Recent commits

08369d3... by Sylvain Pineau

parsers:udevadm: Updated unit tests (software raid created using mdadm)

4c473d5... by Sylvain Pineau

parsers:udevadm: Add support for MD (Multiple DISK) devices

See manpages.ubuntu.com/manpages/man4/md.4.html

The udevadm parser used to report individual disks participating in a software
raid array created by mdadm.
This can lead to several problems as checkbox run stress tests on them and not
on the resulting mount point.

This patch creates a new DISK device corresponding to the MD device
(the raid array) and masks the underlying physical disks.

c27ef48... by PMR <pmr@pmr-lander>

Merge #341656 from ~sylvain-pineau/checkbox-support:mtd_disks

89b487b... by Sylvain Pineau

paser:udevadm: Add unit test for MTD disks

74a9771... by Sylvain Pineau

parser:udevadm: Add support for MTD disk devices

4f429e9... by PMR <pmr@pmr-lander>

Merge #341304 from ~sylvain-pineau/checkbox-support:usb_scripts_low_mem

19b59f5... by Sylvain Pineau

scripts:usb_read_write: Only create 20 MiB of random data on low-memory devices

- Only create a 20 MiB random file on devices with less than 1 GiB of RAM
- Run dd with bs=1M and oflag=sync
- Log on stdout too

6207089... by Sylvain Pineau

scripts:run_watcher: Add INSERT/REMOVE NOW messages

Extremely useful on slow devices where we can miss syslog events

59df26f... by PMR <pmr@pmr-lander>

Merge #337418 from checkbox-support:release

Release_2018_Week6

c0ddef4... by Sylvain Pineau

increment version to v0.38.0.dev0