From: James Nunez Date: Fri, 13 Dec 2019 16:19:53 +0000 (-0700) Subject: LU-12928 tests: start running recovery-small 136 X-Git-Tag: 2.13.52~102 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b2b3afd34925efd4067031e1a18d63d7b4daa3ff LU-12928 tests: start running recovery-small 136 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 Change-Id: If7e2e7932c3916f0588f943404b59aa5653bbf17 Reviewed-on: https://review.whamcloud.com/37009 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index ec35eec..b06a47c 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -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