Whamcloud - gitweb
LU-18298 tests: skip sanity-pcc/test_1{c,d} on SLES15 SP5 09/56809/2
authorQian Yingjin <qian@ddn.com>
Tue, 29 Oct 2024 03:25:33 +0000 (11:25 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 8 Nov 2024 20:43:09 +0000 (20:43 +0000)
Skip the sanity-pcc/test_1{c, d} failure on SLES15 SP3 - SP5.
However, they passed on SLES15 SP6.

Test-Parameters: trivial
Signed-off-by: Qian Yingjin <qian@ddn.com>
Change-Id: I08fd0a192307f0072cc82033958dd8239ea507d5
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56809
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-pcc.sh

index eca79a1..28870a6 100755 (executable)
@@ -64,6 +64,13 @@ if [[ -r /etc/redhat-release ]]; then
        fi
 fi
 
+if [[ "$CLIENT_OS_ID_LIKE" =~ "suse" ]]; then
+       if (( CLIENT_OS_VERSION_CODE >= $(version_code 15.3) &&
+             CLIENT_OS_VERSION_CODE <= $(version_code 15.5) )); then
+               always_except LU-18298  1c 1d      # passed on SLES15 SP6
+       fi
+fi
+
 build_test_filter
 
 # if there is no CLIENT1 defined, some tests can be ran on localhost