1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

test: skip unrelated tests while testing lvmpolld

This commit is contained in:
Ondrej Kozina 2016-03-09 12:32:10 +01:00
parent 5434e9f5ea
commit 55d1105fc9
10 changed files with 15 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -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

View File

@ -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

View File

@ -11,6 +11,8 @@
test_description='Test lvm1 format'
SKIP_WITH_LVMPOLLD=1
. lib/inittest
aux prepare_devs 1

View File

@ -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

View File

@ -8,6 +8,7 @@
test_description='Test duplicate PVs'
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -11,6 +11,8 @@
test_description='Exercise toollib process_each_vg'
SKIP_WITH_LVMPOLLD=1
. lib/inittest
aux prepare_devs 6

View File

@ -12,6 +12,7 @@
test_description='Exercise toollib process_each_pv with vgreduce'
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
. lib/inittest

View File

@ -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

View File

@ -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}