From: James Nunez Date: Fri, 13 Feb 2015 17:12:30 +0000 (-0700) Subject: LU-2828 test: Remove tests from ALWAYS_EXCEPT list X-Git-Tag: 2.7.51~81 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F13757%2F2;p=fs%2Flustre-release.git LU-2828 test: Remove tests from ALWAYS_EXCEPT list conf-sanity tests 59 and 64 were added to the ALWAYS_EXCEPT list in commit b2c829b7be757cd2bc523ab0d2857a77eeb7a349 for LU-2469. Commit 1e7845ecbe5f3e8ac1aa0d3e345e6cf6cf6f0543, for LU-2828, resolves the cause of the conf-sanity test 59 and 64 failures. conf-sanity test 59 and 64 need to be removed from the except list. Signed-off-by: James Nunez Change-Id: I4b70485f91e0096c2e4387ebcdc95cf5720a7e16 Reviewed-on: http://review.whamcloud.com/13757 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Faccini Bruno Reviewed-by: Bobi Jam Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 3043cf5..65c0302 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -4,8 +4,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-2828 -ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 59 64" +# bug number for skipped test: +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! is_sles11() # LU-2181