From 101ee4909eeb23c66ae2dbb0690e3b47db207951 Mon Sep 17 00:00:00 2001 From: dilip krishnagiri Date: Tue, 24 Jan 2017 10:32:39 -0700 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 7 ------- 1 file changed, 7 deletions(-) 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" -- 1.8.3.1