From: Heinz Mauelshagen Date: Fri, 4 May 2018 14:56:38 +0000 (+0200) Subject: tests: bump raid target version in reshape tests X-Git-Tag: v2_02_178-rc1~46^2^2~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c9729022bf691a57df25bca43995e9a05c9cf130;p=lvm2.git tests: bump raid target version in reshape tests Adjust to target version allowing tests to succeed. --- diff --git a/test/shell/lvconvert-raid-reshape-load.sh b/test/shell/lvconvert-raid-reshape-load.sh index 23046e5d8..cd72d09ee 100644 --- a/test/shell/lvconvert-raid-reshape-load.sh +++ b/test/shell/lvconvert-raid-reshape-load.sh @@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1 test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt" diff --git a/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh b/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh index e7066be43..88722b01e 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load-fail.sh @@ -15,16 +15,13 @@ SKIP_WITH_LVMPOLLD=1 . lib/inittest -# FIXME - skippping until properly kernel is released -skip - # Test reshaping under io load # FIXME: This test requires 3GB in /dev/shm! test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt" diff --git a/test/shell/lvconvert-raid-reshape-stripes-load.sh b/test/shell/lvconvert-raid-reshape-stripes-load.sh index 2143b4c82..1be8d613f 100644 --- a/test/shell/lvconvert-raid-reshape-stripes-load.sh +++ b/test/shell/lvconvert-raid-reshape-stripes-load.sh @@ -21,7 +21,7 @@ SKIP_WITH_LVMPOLLD=1 test $(aux total_mem) -gt $((4096*1024)) || skip which mkfs.ext4 || skip -aux have_raid 1 13 1 || skip +aux have_raid 1 13 2 || skip mount_dir="mnt"