From: Oleg Drokin Date: Thu, 28 Aug 2014 02:50:53 +0000 (-0400) Subject: LU-5424 tests: Disable sanity-sec test 4 X-Git-Tag: 2.6.52~11 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7b68c1010fd6be240b919906752a50d4ae3502cd LU-5424 tests: Disable sanity-sec test 4 With patch from LU-4367 the somewhat incorrect assumption of the test about availability of dentry is broken and the test always fails. Disable the test for now until it's fixed one way or another. Change-Id: I0759f4ab7022bc072bb2480eaba0b19ff0f5101d Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/11631 Tested-by: Jenkins --- diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index 628bd05..8d7c39b 100644 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 19430 19967 19967 -ALWAYS_EXCEPT=" 2 5 6 $SANITY_SEC_EXCEPT" +# bug number for skipped test: 19430 LU-5423 19967 19967 +ALWAYS_EXCEPT=" 2 4 5 6 $SANITY_SEC_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$ALWAYS_EXCEPT$EXCEPT" ] && \