From 8e9bc52b15106d0edaf47f56e4f467f8365597f0 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 26 Mar 2021 22:13:37 +0100 Subject: [PATCH] tests: more skipped tests for lvmpolld --- test/shell/lvmlockd-hello-world.sh | 3 ++- test/shell/lvmlockd-lv-types.sh | 3 ++- test/shell/pv-range-overflow.sh | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/test/shell/lvmlockd-hello-world.sh b/test/shell/lvmlockd-hello-world.sh index 43946a54b..2e1d3291c 100644 --- a/test/shell/lvmlockd-hello-world.sh +++ b/test/shell/lvmlockd-hello-world.sh @@ -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 - diff --git a/test/shell/lvmlockd-lv-types.sh b/test/shell/lvmlockd-lv-types.sh index 3503f2420..6138e5623 100644 --- a/test/shell/lvmlockd-lv-types.sh +++ b/test/shell/lvmlockd-lv-types.sh @@ -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 - diff --git a/test/shell/pv-range-overflow.sh b/test/shell/pv-range-overflow.sh index f880a1311..ab845a942 100644 --- a/test/shell/pv-range-overflow.sh +++ b/test/shell/pv-range-overflow.sh @@ -13,6 +13,7 @@ # 'Ensure that pvmove diagnoses PE-range values 2^32 and larger.' +SKIP_WITH_LVMPOLLD=1 . lib/inittest