From: dilip krishnagiri Date: Tue, 24 Jan 2017 17:32:39 +0000 (-0700) Subject: LU-9043 test: remove conf-sanity test 24a ALWAYS_EXCEPT X-Git-Tag: 2.11.51~57 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F28540%2F10;p=fs%2Flustre-release.git LU-9043 test: remove conf-sanity test 24a ALWAYS_EXCEPT conf-sanity test 24a was added to the ALWAYS_EXCEPT list due to bugzilla 23573. The issue described in bugzilla 23573 was fixed and landed to master. conf-sanity test 24a should be removed from the ALWAYS_EXCEPT list. Signed-off-by: dilip krishnagiri Signed-off-by: James Nunez Change-Id: Id42b846d5fb34e8ebeb7fab63aeeafea40782321 Reviewed-on: https://review.whamcloud.com/28540 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e1d9c0c..a63ff9f 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -8,13 +8,6 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 101" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -if [ "$FAILURE_MODE" = "HARD" ]; then - CONFIG_EXCEPTIONS="24a " && - echo "Except the tests: $CONFIG_EXCEPTIONS for " \ - "FAILURE_MODE=$FAILURE_MODE, b=23573" && - ALWAYS_EXCEPT="$ALWAYS_EXCEPT $CONFIG_EXCEPTIONS" -fi - # bug number for skipped test: # a tool to create lustre filesystem images ALWAYS_EXCEPT="32newtarball $ALWAYS_EXCEPT"