Whamcloud - gitweb
LU-9042 test: Remove conf-sanity tests from ALWAYS_EXCEPT 39/28539/3
authordilip krishnagiri <dilipx.krishnagiri@intel.com>
Mon, 14 Aug 2017 19:03:25 +0000 (13:03 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 31 Aug 2017 19:16:54 +0000 (19:16 +0000)
Removing the following conf-sanity tests:

LU-2181 added conf-sanity tests
23a "interrupt client during recovery mount delay"
34b "force umount with failed mds should be normal"
from the ALWAYS_EXCEPT list. LU-2181 is resolved.

Test-parameters: trivial testlist=conf-sanity clientdistro=sles11sp4 mdsdistro=sles11sp4 ossdistro=sles11sp4

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

index fe5a14f..5f47b57 100644 (file)
@@ -23,10 +23,6 @@ is_sles11()                                          # LU-2181
        return 1
 }
 
-if is_sles11; then                                     # LU-2181
-       ALWAYS_EXCEPT="$ALWAYS_EXCEPT 23a 34b"
-fi
-
 if [ "$FAILURE_MODE" = "HARD" ]; then
        CONFIG_EXCEPTIONS="24a " &&
        echo "Except the tests: $CONFIG_EXCEPTIONS for " \