]> sourceware.org Git - lvm2.git/commitdiff
tests: skip md tests if system not clean
authorDavid Teigland <teigland@redhat.com>
Fri, 27 Sep 2019 17:40:42 +0000 (12:40 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 27 Sep 2019 17:40:42 +0000 (12:40 -0500)
test/shell/duplicate-pvs-md0.sh
test/shell/duplicate-pvs-md1.sh
test/shell/lvm-on-md.sh
test/shell/pvcreate-operation-md.sh

index d64da4affe2c6a9c2bccc90ad9a8844e7d43e909..d5164ce1902bc4b3a5d505777d5a3f0578ae35a8 100644 (file)
@@ -32,7 +32,7 @@ wipefs -V || skip
 
 test -f /proc/mdstat && grep -q raid0 /proc/mdstat || \
         modprobe raid0 || skip
-not grep md0 /proc/mdstat
+not grep md0 /proc/mdstat || skip
 
 aux lvmconf 'devices/md_component_detection = 1'
 
index d186c0f703d1a27d4d929d5f685bda7b3e882461..626c55cb746cce53534ca02b2f4c8f4b91179b9e 100644 (file)
@@ -37,7 +37,7 @@ wipefs -V || skip
 
 test -f /proc/mdstat && grep -q raid1 /proc/mdstat || \
         modprobe raid1 || skip
-not grep md0 /proc/mdstat
+not grep md0 /proc/mdstat || skip
 
 aux lvmconf 'devices/md_component_detection = 1'
 
index 7bcc276c17168ed17eb7ba2f3dd3dad712ef054f..a8df814a9ee119bbfd9396e7f957e4ef4cc738ea 100644 (file)
@@ -32,7 +32,7 @@ wipefs -V || skip
 
 test -f /proc/mdstat && grep -q raid1 /proc/mdstat || \
        modprobe raid1 || skip
-not grep md0 /proc/mdstat
+not grep md0 /proc/mdstat || skip
 
 aux lvmconf 'devices/md_component_detection = 1'
 
index 1774d235c8e2391f7e160202a58595724445b321..6e43e5f8b3f68b5005b25774f16983997951b3b4 100644 (file)
@@ -22,7 +22,7 @@ wipefs -V || skip
 
 test -f /proc/mdstat && grep -q raid0 /proc/mdstat || \
        modprobe raid0 || skip
-not grep md0 /proc/mdstat
+not grep md0 /proc/mdstat || skip
 
 aux lvmconf 'devices/md_component_detection = 1'
 aux extend_filter_md "a|/dev/md|"
This page took 0.038014 seconds and 5 git commands to generate.