summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove status=noxfer from test, not all dd versions support this (RHEL4 for e...Milan Broz2008-12-161-1/+1
* operate on test subdirectory instead on main /devZdenek Kabelac2008-12-101-2/+2
* add simple test for dev node usability (detect devices mounted with nodev)Zdenek Kabelac2008-12-102-3/+6
* Add liblvm interactive test infrastructure to build.Dave Wysochanski2008-12-072-0/+155
* Fix test-utils.h for rhel4 backward compatability.Dave Wysochanski2008-12-051-3/+10
* Add a bunch of sub-tests aimed at testing various bugzillas, by jstava.Petr Rockai2008-11-113-0/+36
* Import a bunch of new tests by jstava. Mostly everything pass, they howeverPetr Rockai2008-11-115-0/+282
* Fix t-pool-labels to pass again after the vgdisplay error return fix fromPetr Rockai2008-11-101-2/+4
* Minor code and documentation cleanups and changes by jstava.Petr Rockai2008-11-108-23/+42
* add bz264241 checkPetr Rockai2008-11-105-7/+47
* bz429342 lvcreate --nosyncPetr Rockai2008-11-101-1/+13
* Add bz186013 check -- lvcreate rejects an invalid regionsize (jstava).Petr Rockai2008-11-101-2/+8
* Use separate locking directory for each of the tests, as they never share aPetr Rockai2008-11-101-0/+1
* Explicitly check after lvremove -ff vg that it did its job. By jstava.Petr Rockai2008-11-105-1/+39
* Set LD_LIBRARY_PATH in init.sh, as it is required to run dmsetup now as well,Petr Rockai2008-11-071-1/+1
* Fix typo.Petr Rockai2008-11-041-2/+3
* Also report the tests that have been skipped, at the end of harness.sh.Petr Rockai2008-11-041-0/+5
* Use $(abs_top_builddir) instead of @DMDIR@ and update paths appropriately.Petr Rockai2008-11-041-3/+2
* Re-indent test-utils.sh consistently, using tabs.Petr Rockai2008-10-141-66/+66
* Conversion of last 2 tests to use test-utils.sh, by jstava.Petr Rockai2008-10-142-446/+370
* Add a workaround for missing `losetup -s` by jstava, and a print a stacktracePetr Rockai2008-10-062-7/+38
* More test conversions by jstava. Make check still passes.Petr Rockai2008-10-0611-983/+592
* Make harness.sh exit with non-zero status when tests fail.Petr Rockai2008-09-301-0/+1
* Cosmetic: get rid of trailing garbage on comments in t-vgslpit-usage.sh.Petr Rockai2008-09-301-5/+5
* Improve harness.sh output: also mention failing test's name near the end of itsPetr Rockai2008-09-301-1/+2
* Fix [ a = b ] usage in t-vgsplit-operation: string comparison is '=', not '=='.Petr Rockai2008-09-301-18/+18
* Conversion of t-vgsplit-operation.sh by jstava.Petr Rockai2008-09-301-283/+242
* Fix a syntax error in one of the scripts, introduced by last commit.Petr Rockai2008-09-301-1/+1
* More test conversions, all of these are by jstava.Petr Rockai2008-09-305-279/+192
* Port over t-vgreduce-usage. Should fix testsuite hangs where pvremove -ff wouldPetr Rockai2008-09-301-139/+67
* Convert t-vgsplit-usage.sh to use the new test-utils.sh. Original conversion byPetr Rockai2008-09-302-214/+158
* Convert t-pvremove-usage to use the new test-utils.sh.Petr Rockai2008-09-301-89/+42
* Update test/Makefile.in to use the new harness for calling tests.Petr Rockai2008-09-291-3/+3
* Add a test for reappearing lost PVs causing endless metadata correctionPetr Rockai2008-09-291-0/+28
* Add a simple test for partial activation.Petr Rockai2008-09-291-0/+12
* Update a bunch of tests to use functionality from test-utils.sh.Petr Rockai2008-09-2911-817/+353
* Export testlib_cleanup_ from test-lib.sh, which is needed for test-utils.sh toPetr Rockai2008-09-291-2/+6
* Import new test utilities and a test harness.Petr Rockai2008-09-292-0/+179
* Add more vgreduce tests. (Jaroslav Stava)Milan Broz2008-09-191-5/+61
* Fix vgreduce test, now requires --force flag. (Jaroslav Stava)Milan Broz2008-09-191-14/+14
* fix vgreduce tests to detect partial command failure (Jaroslav Stava)Milan Broz2008-08-281-12/+23
* add vgcreate rejects repeated invocation testMilan Broz2008-08-281-9/+31
* add vgrename by uuid test (Jaroslav Stava)Milan Broz2008-08-282-10/+25
* Add pvremove usage test (Jaroslav Stava)Milan Broz2008-08-281-0/+111
* - fix environment variable prefix to LVM (this is not GIT:-)Milan Broz2008-08-284-7/+32
* Fix symbolic link creation in test infrastructure.Dave Wysochanski2008-08-211-2/+10
* fail testcase for failed commands inside the for loopZdenek Kabelac2008-08-201-22/+23
* valid parameter for lvchange -p is 'rw'Zdenek Kabelac2008-08-131-1/+1
* added test for coverage improvementZdenek Kabelac2008-08-132-0/+166
* add tests for pvchange and vgreduce usage (Jaroslav Stava)Milan Broz2008-08-122-0/+185