From 26de2a56803ce20f6ae21dac650d598e4335f247 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 13 Feb 2015 10:12:30 -0700 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1