summaryrefslogtreecommitdiffstats
path: root/test/shell/lvcreate-raid.sh
Commit message (Collapse)AuthorAgeFilesLines
* TEST: Replace old sync test/wait functions with new library functionsJonathan Brassow2012-07-241-43/+4
| | | | Generic sync test/wait functions have replaced the old mirror/raid functions.
* TEST (lvcreate-raid): Allow more time for RAID arrays to syncJonathan Brassow2012-06-251-1/+1
| | | | | My machines can run very slow sometimes causing this test to fail when it would otherwise have succeeded given more time.
* Update testsZdenek Kabelac2012-03-161-5/+2
| | | | | | | | | | | | | Indent Shell improvements - use internal function for checks Use PVs in "" (LV and VG cannot have spaces) Several test very starting 'dmeventd' without annoucing it via prepade_dmeventd. Fix some of test actually.
* Speedup test run by a few minutesZdenek Kabelac2012-03-041-22/+4
| | | | | | | | | | | | Reduce disc excercise for some test and focus on LVM testing by using smaller extent size. Reduce number of teardown_devs calls and use vg/lvremove instead. Don't sleep for seconds on pvmove. FIXME: shell/lvconvert-mirror-basic.sh seems to need more checking. Test fails for smalled extent size then 512k.
* Tidy the shell tests into their own subdir. We now have:Petr Rockai2011-11-211-0/+113
- test/lib -- infrastructure and helper code - test/api -- liblvm2app API tests - test/unit -- C-based unit tests - test/shell -- shell-based functional tests