1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

test: Disable lvmetad debug log on another bunch of tests.

This commit is contained in:
Petr Rockai 2014-10-01 08:31:53 +02:00
parent 1f727f3f3d
commit 17575403d4
4 changed files with 13 additions and 1 deletions

View File

@ -14,6 +14,9 @@ test_description="ensure that 'vgreduce --removemissing' works on mirrored LV"
. lib/inittest
# disable lvmetad logging as it bogs down test systems
test -e LOCAL_LVMETAD && aux prepare_lvmetad ""
lv_is_on_ ()
{
local lv=$vg/$1

View File

@ -13,6 +13,9 @@ test_description='Exercise toollib process_each_lv'
. lib/inittest
# disable lvmetad logging as it bogs down test systems
test -e LOCAL_LVMETAD && aux prepare_lvmetad ""
aux prepare_devs 10
#

View File

@ -16,6 +16,9 @@ test_description="ensure that pvmove works with basic options"
which md5sum || skip
# disable lvmetad logging as it bogs down test systems
test -e LOCAL_LVMETAD && aux prepare_lvmetad ""
# ---------------------------------------------------------------------
# Utilities
@ -355,4 +358,4 @@ else
fi
lvremove -ff $vg
done
done

View File

@ -13,6 +13,9 @@
. lib/inittest
# disable lvmetad logging as it bogs down test systems
test -e LOCAL_LVMETAD && aux prepare_lvmetad ""
COMM() {
LAST_TEST="$@"
}