summaryrefslogtreecommitdiffstats
path: root/tests/storage/devicelibs/lvm.py
Commit message (Collapse)AuthorAgeFilesLines
* Added the run_test.py script to easily run the test cases.Martin Gracik2009-03-171-8/+10
| | | | | | Some small changes to test cases were needed. Added suite() function to them and changed the class names. Also __init__.py files were added to the directories.
* Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.pyMartin Gracik2009-03-091-2/+1
| | | | | baseclass.py needed some imports to work properly. Updated the test for getMaxLVSize() in lvm.py to not pass PE size as argument.
* Added unittests for devicelibs lvm.py and swap.py; Corrected errors in ↵Martin Gracik2009-03-041-0/+229
lvm.py and swap.py