]> sourceware.org Git - lvm2.git/commit
Substantial rework of the functional test support code. Some new features:
authorPetr Rockai <prockai@redhat.com>
Wed, 5 Jan 2011 00:16:18 +0000 (00:16 +0000)
committerPetr Rockai <prockai@redhat.com>
Wed, 5 Jan 2011 00:16:18 +0000 (00:16 +0000)
commit1b7c4b9bcec8fa6e279b56d91e79e4fcb8f6c01e
treefabbb05a955b0f5d8e8fd18b59a39c7f9b4b3cd8
parent63bd9ec3fff74d719f109b0f8a8e7bc8449e7fc8
Substantial rework of the functional test support code. Some new features:

- 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
78 files changed:
test/Makefile.in
test/api/percent.sh
test/api/vgtest.sh
test/lib/aux.sh [new file with mode: 0644]
test/lib/check.sh [moved from test/check.sh with 70% similarity]
test/lib/get.sh [new file with mode: 0644]
test/lib/harness.c [moved from test/harness.c with 63% similarity]
test/lib/lvm-wrapper.sh [new file with mode: 0644]
test/lib/not.c [moved from test/not.c with 100% similarity]
test/lib/test.sh [new file with mode: 0644]
test/lib/utils.sh [new file with mode: 0644]
test/t-000-basic.sh
test/t-activate-missing.sh
test/t-activate-partial.sh
test/t-covercmd.sh
test/t-dmeventd-restart.sh
test/t-fsadm.sh
test/t-inconsistent-metadata.sh
test/t-listings.sh
test/t-lock-blocking.sh
test/t-lvchange-mirror.sh
test/t-lvconvert-mirror-basic.sh
test/t-lvconvert-mirror.sh
test/t-lvconvert-repair-dmeventd.sh
test/t-lvconvert-repair-policy.sh
test/t-lvconvert-repair-replace.sh
test/t-lvconvert-repair-transient.sh
test/t-lvconvert-repair.sh
test/t-lvconvert-twostep.sh
test/t-lvcreate-mirror.sh
test/t-lvcreate-operation.sh
test/t-lvcreate-pvtags.sh
test/t-lvcreate-small-snap.sh
test/t-lvcreate-usage.sh
test/t-lvextend-percent-extents.sh
test/t-lvextend-snapshot-dmeventd.sh
test/t-lvextend-snapshot-policy.sh
test/t-lvm-init.sh
test/t-lvmcache-exercise.sh
test/t-lvresize-mirror.sh
test/t-lvresize-usage.sh
test/t-mdata-strings.sh
test/t-metadata-balance.sh
test/t-metadata.sh
test/t-mirror-names.sh
test/t-mirror-vgreduce-removemissing.sh
test/t-nomda-missing.sh
test/t-pool-labels.sh
test/t-pv-range-overflow.sh
test/t-pvchange-usage.sh
test/t-pvcreate-metadata0.sh
test/t-pvcreate-operation-md.sh
test/t-pvcreate-operation.sh
test/t-pvcreate-usage.sh
test/t-pvmove-basic.sh
test/t-pvremove-usage.sh
test/t-read-ahead.sh
test/t-snapshot-autoumount-dmeventd.sh
test/t-snapshot-merge.sh
test/t-snapshots-of-mirrors.sh
test/t-tags.sh
test/t-test-partition.sh
test/t-topology-support.sh
test/t-unknown-segment.sh
test/t-unlost-pv.sh
test/t-vgcfgbackup-usage.sh
test/t-vgchange-maxlv.sh
test/t-vgchange-usage.sh
test/t-vgcreate-usage.sh
test/t-vgextend-restoremissing.sh
test/t-vgextend-usage.sh
test/t-vgmerge-operation.sh
test/t-vgmerge-usage.sh
test/t-vgreduce-usage.sh
test/t-vgrename-usage.sh
test/t-vgsplit-operation.sh
test/t-vgsplit-stacked.sh
test/t-vgsplit-usage.sh
This page took 0.050987 seconds and 5 git commands to generate.