summaryrefslogtreecommitdiffstats
path: root/test/shell/mirror-vgreduce-removemissing.sh
Commit message (Collapse)AuthorAgeFilesLines
* Improve test suiteZdenek Kabelac2012-03-281-8/+3
| | | | | | | | | Add make help target. Add LVM_TEST_PARALLEL to support parallel runs of tests Work around the problem the dmsetup table/info may return error by using dmtable and dminfo function that will use 'should'. (Error happens when some concurently running process removes table entry while dmsetup command resolves table entries inside the loop.)
* Update testsZdenek Kabelac2012-03-161-152/+148
| | | | | | | | | | | | | 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.
* Tidy the shell tests into their own subdir. We now have:Petr Rockai2011-11-211-0/+424
- test/lib -- infrastructure and helper code - test/api -- liblvm2app API tests - test/unit -- C-based unit tests - test/shell -- shell-based functional tests