Whamcloud - gitweb
LU-9595 tests: remove sanityn test 18c from ALWAYS_EXCEPT 14/27414/6
authordilip krishnagiri <dilipx.krishnagiri@intel.com>
Mon, 7 Aug 2017 16:27:41 +0000 (10:27 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 14 Sep 2017 02:10:10 +0000 (02:10 +0000)
Remove sanityn test 18c from the ALWAYS_EXCEPT list
because LU-1205 is resolved.

Signed-off-by: dilip krishnagiri <dilipx.krishnagiri@intel.com>
Change-Id: Id1a67f4ce734949d446a97379cc297ddfd68e958
Reviewed-on: https://review.whamcloud.com/27414
Reviewed-by: James Nunez <james.a.nunez@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Saurabh Tandan <saurabh.tandan@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanityn.sh

index c22257e..0976c57 100755 (executable)
@@ -3,8 +3,8 @@
 set -e
 
 ONLY=${ONLY:-"$*"}
-# bug number for skipped test: LU-1205 9977/LU-7105 LU-9452
-ALWAYS_EXCEPT="                18c     28           29      $SANITYN_EXCEPT"
+# bug number for skipped test: 9977/LU-7105 LU-9452
+ALWAYS_EXCEPT="                28           29      $SANITYN_EXCEPT"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 SRCDIR=$(dirname $0)