From ebe87f314bb6b4912e5c5e716caf8874aa4408c7 Mon Sep 17 00:00:00 2001 From: dilip krishnagiri Date: Mon, 7 Aug 2017 11:29:12 -0600 Subject: [PATCH] LU-9593 tests: remove sanity-sec tests from ALWAYS_EXCEPT sanity-sec tests 2, 5 and 6 no longer exist. Test 2 was removed by LU-6971 patch change ID I06f4348b. Tests 5 and 6 were removed by LU-3105 patch change I865a92b57. Remove sanity-sec tests 2, 5 and 6 from the ALWAYS_EXCEPT list. Test-Parameters: trivial testlist=sanity-sec Signed-off-by: dilip krishnagiri Change-Id: Ia0377ff0da41c4ba9df6c90bc26f0469cb9de9a6 Reviewed-on: https://review.whamcloud.com/27411 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Chris Hanna Reviewed-by: Oleg Drokin --- lustre/tests/sanity-sec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index eec2f88..bf2e7d6 100755 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -7,8 +7,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: 19430 19967 19967 -ALWAYS_EXCEPT=" 2 5 6 $SANITY_SEC_EXCEPT" +# bug number for skipped test: +ALWAYS_EXCEPT=" $SANITY_SEC_EXCEPT" if $SHARED_KEY; then # bug number for skipped test: 9145 9145 9671 9145 9145 9145 9145 9245 ALWAYS_EXCEPT=" 17 18 19 20 21 22 23 27 $ALWAYS_EXCEPT" -- 1.8.3.1