From 44e7f9fb834a67337372ddec5807a3bdd9d0a882 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Tue, 30 Sep 2014 12:30:08 -0600 Subject: [PATCH] LU-5474 hsm: Add test 90 to ALWAYS_EXCEPT list Disable sanity-hsm test 90 from executing with the ALWAYS_EXCEPT parameter. Test 90 should be enabled in the patch that fixes the issues with test. Signed-off-by: James Nunez Change-Id: Ia0ed9925a311f3e24510e62842de88cf9c824f7a Reviewed-on: http://review.whamcloud.com/12136 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Andreas Dilger --- lustre/tests/sanity-hsm.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-hsm.sh b/lustre/tests/sanity-hsm.sh index 1b34cc5..c62d901 100755 --- a/lustre/tests/sanity-hsm.sh +++ b/lustre/tests/sanity-hsm.sh @@ -11,9 +11,11 @@ SRCDIR=$(dirname $0) export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/utils:$PATH:/sbin:/usr/sbin ONLY=${ONLY:-"$*"} -# bug number for skipped test: 3815 +# bug number for skipped test: LU-3815 ALWAYS_EXCEPT="$SANITY_HSM_EXCEPT 34 35 36" -# bug number for skipped test:4178 4176 +# bug number for skipped test:LU-5474 +ALWAYS_EXCEPT="$ALWAYS_EXCEPT 90" +# bug number for skipped test:LU-4178 LU-4176 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 200 221 223b 31a" # bug number for skipped test:LU-3852 ALWAYS_EXCEPT="$ALWAYS_EXCEPT 251" -- 1.8.3.1