summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Kozina <okozina@redhat.com>2016-03-09 12:32:10 +0100
committerOndrej Kozina <okozina@redhat.com>2016-03-09 12:59:45 +0100
commit55d1105fc9f7e81bdca0f4d489d157b79350cac8 (patch)
tree7d4b4db74fcc47eed7877217fd9773e83bba0dab
parent5434e9f5ea697de7fe8785476f9e94f8615012f8 (diff)
downloadlvm2-55d1105fc9f7e81bdca0f4d489d157b79350cac8.tar.gz
test: skip unrelated tests while testing lvmpolld
-rw-r--r--test/api/vgtest.sh1
-rw-r--r--test/shell/dmstats-create.sh2
-rw-r--r--test/shell/dmstats-report.sh2
-rw-r--r--test/shell/format-lvm1.sh2
-rw-r--r--test/shell/lv-ancestry.sh2
-rw-r--r--test/shell/process-each-duplicate-pvs.sh1
-rw-r--r--test/shell/process-each-vg.sh2
-rw-r--r--test/shell/process-each-vgreduce.sh1
-rw-r--r--test/shell/pvcreate-restore.sh1
-rw-r--r--test/shell/thin-overprovisioning.sh1
10 files changed, 15 insertions, 0 deletions
diff --git a/test/api/vgtest.sh b/test/api/vgtest.sh
index a262c268a..13bf5051e 100644
--- a/test/api/vgtest.sh
+++ b/test/api/vgtest.sh
@@ -14,6 +14,7 @@
#
SKIP_WITH_LVMLOCKD=1
+SKIP_WITH_LVMPOLLD=1
. lib/inittest
diff --git a/test/shell/dmstats-create.sh b/test/shell/dmstats-create.sh
index 028bec72f..a52cd34f5 100644
--- a/test/shell/dmstats-create.sh
+++ b/test/shell/dmstats-create.sh
@@ -9,6 +9,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+SKIP_WITH_LVMPOLLD=1
+
. lib/inittest
# Don't attempt to test stats with driver < 4.33.00
diff --git a/test/shell/dmstats-report.sh b/test/shell/dmstats-report.sh
index 702ea6155..56f913d14 100644
--- a/test/shell/dmstats-report.sh
+++ b/test/shell/dmstats-report.sh
@@ -9,6 +9,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+SKIP_WITH_LVMPOLLD=1
+
. lib/inittest
# Don't attempt to test stats with driver < 4.33.00
diff --git a/test/shell/format-lvm1.sh b/test/shell/format-lvm1.sh
index 2b6e1a2f4..a310b124a 100644
--- a/test/shell/format-lvm1.sh
+++ b/test/shell/format-lvm1.sh
@@ -11,6 +11,8 @@
test_description='Test lvm1 format'
+SKIP_WITH_LVMPOLLD=1
+
. lib/inittest
aux prepare_devs 1
diff --git a/test/shell/lv-ancestry.sh b/test/shell/lv-ancestry.sh
index febaf4023..0e0cc798a 100644
--- a/test/shell/lv-ancestry.sh
+++ b/test/shell/lv-ancestry.sh
@@ -10,6 +10,8 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+SKIP_WITH_LVMPOLLD=1
+
. lib/inittest
aux have_thin 1 0 0 || skip
diff --git a/test/shell/process-each-duplicate-pvs.sh b/test/shell/process-each-duplicate-pvs.sh
index cf0ca2d3a..47e1043e8 100644
--- a/test/shell/process-each-duplicate-pvs.sh
+++ b/test/shell/process-each-duplicate-pvs.sh
@@ -8,6 +8,7 @@
test_description='Test duplicate PVs'
SKIP_WITH_LVMLOCKD=1
+SKIP_WITH_LVMPOLLD=1
. lib/inittest
diff --git a/test/shell/process-each-vg.sh b/test/shell/process-each-vg.sh
index 22244a6d1..6d7b71689 100644
--- a/test/shell/process-each-vg.sh
+++ b/test/shell/process-each-vg.sh
@@ -11,6 +11,8 @@
test_description='Exercise toollib process_each_vg'
+SKIP_WITH_LVMPOLLD=1
+
. lib/inittest
aux prepare_devs 6
diff --git a/test/shell/process-each-vgreduce.sh b/test/shell/process-each-vgreduce.sh
index 6df8c565e..e9f024a75 100644
--- a/test/shell/process-each-vgreduce.sh
+++ b/test/shell/process-each-vgreduce.sh
@@ -12,6 +12,7 @@
test_description='Exercise toollib process_each_pv with vgreduce'
SKIP_WITH_LVMLOCKD=1
+SKIP_WITH_LVMPOLLD=1
. lib/inittest
diff --git a/test/shell/pvcreate-restore.sh b/test/shell/pvcreate-restore.sh
index ac0469e02..7a4a57cb0 100644
--- a/test/shell/pvcreate-restore.sh
+++ b/test/shell/pvcreate-restore.sh
@@ -10,6 +10,7 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
SKIP_WITH_LVMLOCKD=1
+SKIP_WITH_LVMPOLLD=1
. lib/inittest
diff --git a/test/shell/thin-overprovisioning.sh b/test/shell/thin-overprovisioning.sh
index 73accfefa..8a396b699 100644
--- a/test/shell/thin-overprovisioning.sh
+++ b/test/shell/thin-overprovisioning.sh
@@ -12,6 +12,7 @@
# Test warns when thin pool is overprovisiong
SKIP_WITH_LVMLOCKD=1
+SKIP_WITH_LVMPOLLD=1
export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false}