summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lvm-utils.sh (init_root_dir_): Correct a diagnostic.Jim Meyering2008-06-061-2/+2
* Add test for rhbz440405 - lvconvert -m0 fails incorrectly if all PEs allocated.Dave Wysochanski2008-04-231-0/+10
* Update test function _check_{vg|lv|pv}_field to aid in test debug.Dave Wysochanski2008-04-231-3/+3
* Fix vgsplit and vgmerge tests for updated lv counting.Dave Wysochanski2008-04-113-28/+16
* Update vgsplit test to verify loosening of active LV restriction.Dave Wysochanski2008-04-101-0/+59
* more pre-release cleanupAlasdair Kergon2008-04-103-3/+3
* Update vgsplit tests that count LVs for adjusted LV counting.Dave Wysochanski2008-04-101-11/+11
* Fix lvm tool exit code display in some tests.Dave Wysochanski2008-04-106-29/+29
* Add vgsplit tests to verify mirror is not moved unnecessarily.Dave Wysochanski2008-04-091-2/+31
* Fix vgsplit to only move hidden 'snapshotN' LVs when necessary.Dave Wysochanski2008-04-091-0/+29
* Update vgsplit tests for lvnames on the cmdline.Dave Wysochanski2008-04-091-20/+111
* Add validation of LV name to pvmove -n.Milan Broz2008-04-041-3/+2
* Fix lvresize to dump stack if vg_lock_and_read() fails.Dave Wysochanski2008-04-021-0/+55
* Enhance test debugging by updating verbose mode of check_*_field_ functions.Dave Wysochanski2008-03-281-3/+3
* Add vgmerge tests.Dave Wysochanski2008-03-262-1/+108
* Add vgsplit tests to verfy attributes of new VG match source VG.Dave Wysochanski2008-03-232-0/+39
* Fixup vgsplit tests in preparation for vgsplit changes.Dave Wysochanski2008-03-212-5/+4
* Update vgsplit tests to execute twice (existing and new VG as destination).Dave Wysochanski2008-03-211-18/+48
* Add metadata test for escaping double quotes in device names (bz431474).Milan Broz2008-03-121-0/+51
* Update vgsplit tests.Dave Wysochanski2008-03-041-0/+17
* Update vgsplit tests.Dave Wysochanski2008-03-042-123/+211
* Add vgsplit test to check failure when PV not in source volume group.Dave Wysochanski2008-02-291-0/+13
* Fix t-vgsplit-operation.sh lv2-3 definitions to include test signature.Dave Wysochanski2008-02-281-2/+4
* Fix t-vgsplit-operation.sh lv1 definition to include test signature.Dave Wysochanski2008-02-281-2/+3
* Fix mirror log name construction during lvconvert. (2.02.30)Alasdair Kergon2008-01-311-0/+206
* .Alasdair Kergon2008-01-261-0/+21
* Fix vgsplit tests 12-13Dave Wysochanski2008-01-221-1/+2
* Fix vgsplit - print different message on successful split of existing / new vgDave Wysochanski2008-01-221-2/+6
* Fix vgsplit - print error if vgcreate option given w/existing vg destinationDave Wysochanski2008-01-221-21/+52
* Add a test case for 'vgreduce --removemissing' on stacked mirrorDave Wysochanski2008-01-171-0/+516
* More test script fixes.Dave Wysochanski2008-01-173-11/+24
* Minor test fixDave Wysochanski2008-01-171-2/+3
* Fix descriptions in the newly added test casesDave Wysochanski2008-01-172-3/+3
* Fix 'make check' runnable with recent versions of dmsetup.Dave Wysochanski2008-01-167-24/+1180
* Create vgs_are_compatible() fn to check whether vgs are compatible for merging.Dave Wysochanski2008-01-162-0/+121
* Move more parameter validation into the library.Dave Wysochanski2008-01-151-0/+46
* Allow vgcreate options as input to vgsplit when new vg is split destination.Dave Wysochanski2008-01-143-5/+58
* Allow vgsplit into existing vg.Dave Wysochanski2008-01-111-0/+54
* Refactor vgcreate for parameter validation and add testsDave Wysochanski2008-01-111-0/+75
* Avoid spurious test failure when compiled with readline support.Jim Meyering2007-12-051-2/+2
* Run tests with LVM_SYSTEM_DIR pointing to private root and /dev dirs.Jim Meyering2007-10-095-24/+70
* Avoid over-quoting in shell scripts.Jim Meyering2007-09-244-9/+9
* add tests to validate lvextend %PVSDave Wysochanski2007-09-212-0/+115
* Rename test scripts not to include the 4-digit number.Jim Meyering2007-09-215-6/+1
* test/t3000-lvcreate-pvtags.sh: Use better test names.Jim Meyering2007-09-181-13/+16
* test/Makefile.in (lvm-wrapper): Use $(DMDIR)/lib/, not $(DMDIR)/lib/ioctl/.Jim Meyering2007-09-181-1/+1
* Clean-up and wording changes; add copyright notices.Jim Meyering2007-09-188-25/+95
* Test how lvcreate handles its command-line options.Jim Meyering2007-09-182-0/+71
* Clean up shared-lib support in test/.Jim Meyering2007-09-181-5/+6
* Add testing framework, along with first few tests.Jim Meyering2007-09-188-0/+632