summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-03-26 22:13:37 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2021-03-26 22:13:37 +0100
commit8e9bc52b15106d0edaf47f56e4f467f8365597f0 (patch)
tree3026adc60206418c666f2e4978dfaad359b55adb
parenta55f4a8fe24a89c9a7e42e2fcd11c974eae0e127 (diff)
downloadlvm2-8e9bc52b15106d0edaf47f56e4f467f8365597f0.tar.gz
tests: more skipped tests for lvmpolld
-rw-r--r--test/shell/lvmlockd-hello-world.sh3
-rw-r--r--test/shell/lvmlockd-lv-types.sh3
-rw-r--r--test/shell/pv-range-overflow.sh1
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