summaryrefslogtreecommitdiffstats
path: root/test/api/vgtest.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update testsZdenek Kabelac2012-03-161-3/+5
| | | | | | | | | | | | | 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.
* Substantial rework of the functional test support code. Some new features:Petr Rockai2011-01-051-2/+2
| | | | | | | | - somewhat neater, more consistent and more readable output - possible to set any lvm.conf value: aux lvmconf "section/key = value" - LVM_TEST_NODEBUG to suppress the (lengthy) "## DEBUG" output - back-substitution on test output ($TESTDIR/$PREFIX -> @TESTDIR@/@PREFIX@) - support code moved from test/ to test/lib/ --> less clutter
* First go at a somewhat more comprehensive mechanism to run "unit" tests for thePetr Rockai2010-12-121-0/+18
lvm2app API. Further factoring of the support code needed. RHBZ 654445