summaryrefslogtreecommitdiff
path: root/test/shell/vgcreate-usage.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: skip most tests with lvmpolld enabledOndrej Kozina2015-05-071-0/+2
| | | | | | try not to run tests not related to polling at all. Not definitive solution. Few tests needs to get investigated before skiping for good with lvmpolld enabled
* tests: rename test to inittestZdenek Kabelac2014-06-101-1/+1
| | | | | | | We are getting into problem when we use 'test' for commands like should/not/... So avoid overloading test name and change it to inittest.
* tests: test mirrors in clustered wayZdenek Kabelac2013-05-311-28/+29
| | | | | Make the clustered testing using cluster locking for most of the tests. Use exclusive activation for mirrors and snapshot origins.
* Update testsZdenek Kabelac2012-03-161-59/+59
| | | | | | | | | | | | | 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/+163
- test/lib -- infrastructure and helper code - test/api -- liblvm2app API tests - test/unit -- C-based unit tests - test/shell -- shell-based functional tests