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

tests: more skipped tests for lvmpolld

This commit is contained in:
Zdenek Kabelac 2021-03-26 22:13:37 +01:00
parent a55f4a8fe2
commit 8e9bc52b15
3 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,8 @@
test_description='Hello world for vgcreate $SHARED with lvmlockd and sanlock'
SKIP_WITH_LVMPOLLD=1
. lib/inittest
[ -z "$LVM_TEST_LVMLOCKD" ] && skip
@ -23,4 +25,3 @@ vgcreate $SHARED $vg "$dev1"
vgs -o+locktype,lockargs $vg
vgremove $vg

View File

@ -12,6 +12,8 @@
test_description='Check lvmlockd lock_args for different LV types'
SKIP_WITH_LVMPOLLD=1
. lib/inittest
[ -z "$LVM_TEST_LVMLOCKD" ] && skip;
@ -182,4 +184,3 @@ lvchange -an $vg/lv4
lvremove $vg/lv4
vgremove $vg

View File

@ -13,6 +13,7 @@
# 'Ensure that pvmove diagnoses PE-range values 2^32 and larger.'
SKIP_WITH_LVMPOLLD=1
. lib/inittest