From 3bfc335b04500041adf4d6ea19a6d6c52520605e Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 4 Jan 2024 15:02:08 -0500 Subject: [PATCH] LU-10391 tests: except sanity-lnet/253+254 due to failures Moving to Netlink for ping support has exposed a timing issues with some of the sanity-lnet test. Skip those tests temporarily until the issue can be fixed. Test-Parameters: trivial testlist=sanity-lnet Signed-off-by: James Simmons Change-Id: Ia30fcbf8eca7baaf6f896e6e51229c69cea82804 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53593 Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: Maloo Tested-by: jenkins --- lustre/tests/sanity-lnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-lnet.sh b/lustre/tests/sanity-lnet.sh index 86f5c8b..1849d27 100755 --- a/lustre/tests/sanity-lnet.sh +++ b/lustre/tests/sanity-lnet.sh @@ -9,7 +9,7 @@ set -e ONLY=${ONLY:-"$*"} # bug number for skipped test: -ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT " +ALWAYS_EXCEPT="$SANITY_LNET_EXCEPT 253 254" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! [ "$SLOW" = "no" ] && EXCEPT_SLOW="" -- 1.8.3.1