From caa2094e33188806137a8fe6d8c6ecce779ecc59 Mon Sep 17 00:00:00 2001 From: Heinz Mauelshagen Date: Fri, 10 Feb 2017 21:19:03 +0100 Subject: [PATCH] test: lvresize-raid.sh missing conditional Test missed to check for raid0 present in the kernel. Related: rhbz1366296 --- test/shell/lvresize-raid.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/shell/lvresize-raid.sh b/test/shell/lvresize-raid.sh index b4f605837..691946da8 100644 --- a/test/shell/lvresize-raid.sh +++ b/test/shell/lvresize-raid.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012,2017 Red Hat, Inc. All rights reserved. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions @@ -17,7 +17,8 @@ SKIP_WITH_LVMPOLLD=1 aux have_raid 1 3 0 || skip levels="5 6 10" -aux have_raid4 && levels="0 0_meta 4 $levels" +aux have_raid4 && levels="4 $levels" +aux have_raid 1 7 0 && levels="0 0_meta $levels" aux prepare_pvs 6