From: Sebastien Buisson Date: Fri, 4 Dec 2020 08:22:04 +0000 (+0100) Subject: LU-14181 tests: except sanity test_64e 64f with SHARED_KEY X-Git-Tag: 2.14.0-RC1~74 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=aa3bdbc23bc86bae565e78b38946f4ac8fcbeacb;p=fs%2Flustre-release.git LU-14181 tests: except sanity test_64e 64f with SHARED_KEY Add sanity test_64e and test_64f to ALWAYS_EXCEPT when SHARED_KEY is used. Test-Parameters: trivial Signed-off-by: Sebastien Buisson Change-Id: Iaa9f5038a59f9ddc50dd9ac81ca81effd8bb9b1b Reviewed-on: https://review.whamcloud.com/40865 Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c7b40bf..5968b618 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -44,6 +44,11 @@ ALWAYS_EXCEPT+=" 42a 42b 42c " # bug number: LU-8411 LU-9054 ALWAYS_EXCEPT+=" 407 312" +if $SHARED_KEY; then + # bug number: LU-14181 LU-14181 + ALWAYS_EXCEPT+=" 64e 64f" +fi + selinux_status=$(getenforce) if [ "$selinux_status" != "Disabled" ]; then # bug number: