]> sourceware.org Git - lvm2.git/commitdiff
tests: bump raid target version in reshape tests
authorHeinz Mauelshagen <heinzm@redhat.com>
Fri, 4 May 2018 14:56:38 +0000 (16:56 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Fri, 4 May 2018 14:58:11 +0000 (16:58 +0200)
Adjust to target version allowing tests to succeed.

test/shell/lvconvert-raid-reshape-load.sh
test/shell/lvconvert-raid-reshape-stripes-load-fail.sh
test/shell/lvconvert-raid-reshape-stripes-load.sh

index 23046e5d83096d89721831a3eadb180c4b0ee0fc..cd72d09eed0227bda606ff60ecba9ec49c0fde58 100644 (file)
@@ -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"
 
index e7066be43357bc530f420eedfef6be47fba5589d..88722b01e9b31eeca74a846a08ced2bc87033765 100644 (file)
@@ -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"
 
index 2143b4c82341448fcc1757c13a10fbc2ef593df1..1be8d613f1b1a7ea5c105f84bf315e857c21571f 100644 (file)
@@ -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"
 
This page took 0.033603 seconds and 5 git commands to generate.