Whamcloud - gitweb
b=20407 replay-ost-single: do not skip for HARD mode and mixed_ost_devs
authorElena Gryaznova <grev@sun.com>
Fri, 20 Aug 2010 21:40:41 +0000 (01:40 +0400)
committerJohann Lombardi <johann.lombardi@oracle.com>
Fri, 20 Aug 2010 21:50:58 +0000 (23:50 +0200)
i=Brian.Murrell

lustre/tests/replay-ost-single.sh

index 1bcda18..98c9f7d 100755 (executable)
@@ -16,11 +16,6 @@ init_test_env $@
 
 remote_ost_nodsh && skip "remote OST with nodsh" && exit 0
 
-if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then
-    skip_env "$0: Several ost services on one ost node are used with FAILURE_MODE=$FAILURE_MODE. "
-    exit 0
-fi
-
 # Tests that fail on uml
 CPU=`awk '/model/ {print $4}' /proc/cpuinfo`
 [ "$CPU" = "UML" ] && EXCEPT="$EXCEPT 6"