Whamcloud - gitweb
LU-12928 tests: start running recovery-small 136 09/37009/2
authorJames Nunez <jnunez@whamcloud.com>
Fri, 13 Dec 2019 16:19:53 +0000 (09:19 -0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 18 Jan 2020 04:04:50 +0000 (04:04 +0000)
recovery-small test 136 was not run due to repeated crashes
when run with SELinux and shared secrect key enabled.  The
crash was fixed and we need to start running this test
again meaning recovery-small test 136 needs to be removed
from the ALWAYS_EXCEPT list.

Test-Parameters: trivial
Test-Parameters: envdefinitions=SHARED_KEY=true clientselinux testlist=recovery-small
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: If7e2e7932c3916f0588f943404b59aa5653bbf17
Reviewed-on: https://review.whamcloud.com/37009
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/recovery-small.sh

index ec35eec..b06a47c 100755 (executable)
@@ -15,12 +15,6 @@ if $SHARED_KEY; then
        # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 fi
 
-selinux_status=$(getenforce)
-if [ "$selinux_status" != "Disabled" ]; then
-       # bug number for skipped test:   LU-12928
-       $SHARED_KEY && ALWAYS_EXCEPT+=" 136"
-fi
-
 build_test_filter
 
 require_dsh_mds || exit 0