[blivet:master 00/13] rhbz#1070095 related patches (v4)

mulhern amulhern at redhat.com
Wed Jul 9 17:16:16 UTC 2014


This patch set is definitely converging.

Change uuid parameter...new, trivial.
Use context manager with assertRaises*...new, busy, but mechanical. 
...
Add documentation to udev.device_get_md_*() methods...new.

All others are just the same or changed only as requested, so I'm not
re-sending.

mulhern (13):
  Change uuid parameter to array_uuid
  Use context manager with assertRaises*() tests.
  Add test for raid level descriptor None.
  Add a few small tests for mdexamine
  Document udev.device_get_uuid() method.
  Add documentation to udev.device_get_md_*() methods.
  Do not convert the result of udev.device_get_md_devices() to int.
  Check for md_level of None
  Change use of METADATA to MD_METADATA.
  Add a udev.device_get_md_metadata() method to udev and use it.
  Canonicalize mdadm generated UUIDS (#1070095)
  Add new method udev.device_get_md_device_uuid() method (#1070095)
  Attempt to reset the uuid of the mdraid member device (#1070095)

 blivet/devicelibs/mdraid.py          |  30 +++++--
 blivet/devices.py                    |   2 +-
 blivet/devicetree.py                 |  22 +++--
 blivet/udev.py                       |  75 +++++++++++++++++-
 tests/devicefactory_test.py          |  26 +++---
 tests/devicelibs_test/btrfs_test.py  |  47 ++++-------
 tests/devicelibs_test/crypto_test.py |  74 ++++++-----------
 tests/devicelibs_test/lvm_test.py    |  96 ++++++++++++----------
 tests/devicelibs_test/mdraid_test.py | 113 ++++++++++++++++++++++++--
 tests/devicelibs_test/raid_test.py   |  39 ++++-----
 tests/devicelibs_test/swap_test.py   |  15 ++--
 tests/devices_test.py                | 150 ++++++++++++-----------------------
 tests/formats_test/fslabeling.py     |  35 ++++----
 tests/parentlist_test.py             |   6 +-
 tests/size_test.py                   |   3 +-
 15 files changed, 429 insertions(+), 304 deletions(-)

-- 
1.9.3



More information about the anaconda-patches mailing list