summaryrefslogtreecommitdiffstats
path: root/test/shell/lvconvert-mirror-basic.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update testsZdenek Kabelac2012-03-161-29/+18
| | | | | | | | | | | | | 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-1/+2
| | | | | | | | | | | | 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/+142
- test/lib -- infrastructure and helper code - test/api -- liblvm2app API tests - test/unit -- C-based unit tests - test/shell -- shell-based functional tests