[blivet:rhel7 0/2] Port test code from master to rhel7 branch.

mulhern amulhern at redhat.com
Tue Mar 4 18:07:32 UTC 2014


These are exclusively changes to rhel7 test code.

The first cherry-picks about twenty patches to test code on master branch,
with some modifications, e.g., some picks are partial.

The second does a cleanup of tests that are failing on rhel7 but not
on master.

David Lehman (1):
  Port unit test changes from master branch to rhel7 branch.

mulhern (1):
  Clean up tests added in previous commits

 tests/__init__.py                    |   0
 tests/action_test.py                 |   1 +
 tests/clearpart_test.py              | 202 +++++++++++++++++
 tests/devicefactory_test.py          |  54 +++++
 tests/devicelibs_test/__init__.py    |   0
 tests/devicelibs_test/baseclass.py   |   3 -
 tests/devicelibs_test/btrfs_test.py  | 177 +++++++++++++++
 tests/devicelibs_test/crypto_test.py |   5 +-
 tests/devicelibs_test/edd_test.py    |  20 +-
 tests/devicelibs_test/lvm_test.py    |  66 +++---
 tests/devicelibs_test/mdraid_test.py | 129 ++++++++---
 tests/devicelibs_test/mpath_test.py  |  86 -------
 tests/devicelibs_test/swap_test.py   |   5 +-
 tests/devices_test.py                | 427 +++++++++++++++++++++++++++++++++++
 tests/formats_test/init_test.py      |  34 +++
 tests/partitioning_test.py           |   3 -
 tests/storagetestcase.py             |   4 +-
 tests/udev_test.py                   |   1 -
 18 files changed, 1037 insertions(+), 180 deletions(-)
 create mode 100644 tests/__init__.py
 create mode 100644 tests/clearpart_test.py
 create mode 100644 tests/devicefactory_test.py
 create mode 100644 tests/devicelibs_test/__init__.py
 create mode 100755 tests/devicelibs_test/btrfs_test.py
 delete mode 100755 tests/devicelibs_test/mpath_test.py
 create mode 100644 tests/devices_test.py
 create mode 100644 tests/formats_test/init_test.py

-- 
1.8.3.1



More information about the anaconda-patches mailing list