summaryrefslogtreecommitdiff
path: root/test/shell/vgextend-usage.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: enable lvmlockd for passing testsDavid Teigland2018-05-301-11/+11
|
* tests: math drop uncessary $/${}Zdenek Kabelac2017-07-101-2/+2
| | | | | | $/${} is unnecessary on arithmetic variables. Use $((..)) instead of deprecated $[..]
* tests: use bashZdenek Kabelac2017-07-101-1/+2
|
* tests: direct control of lvm1 usage in testsDavid Teigland2016-03-031-1/+7
| | | | | | | | | | | | | | | | Using lvm1 metadata with lvmetad is not generally allowed, but nothing has prevented creating new lvm1 metadata with lvmetad (missing error checking in pvcreate/vgcreate.) Various tests are using lvm1 with lvmetad and happen to work because of the missing error checks. This commit fixes the tests so they won't fail when the lvm1/lvmetad error checking is fixed. A new variable LVM_TEST_LVM1 is defined and is used in the scripts to decide if lvm1 metadata should be tested. LVM_TEST_LVM1 is not defined when lvmetad is being tested, and the combination of LVM_TEST_LVM1 and LVM_TEST_LVMETAD can be used to verify the desired lvmetad+lvm1 behavior.
* tests: add SKIP_WITH_LVMLOCKDDavid Teigland2016-02-231-0/+1
| | | | to all tests that don't already used vgcreate $SHARED
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
| | | | | Hmm rpmlint suggest fsf is using a different address these days, so lets keep it up-to-date
* tests: use more SKIPZdenek Kabelac2015-10-271-2/+2
| | | | Speed-up check_lvmpolld.
* lvmpolld: Add standalone polldaemon.Ondrej Kozina2015-05-091-0/+2
| | | | See doc/lvmpolld_overview.txt
* 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.
* Update testsZdenek Kabelac2012-03-161-50/+51
| | | | | | | | | | | | | 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/+129
- test/lib -- infrastructure and helper code - test/api -- liblvm2app API tests - test/unit -- C-based unit tests - test/shell -- shell-based functional tests