From 3952e4f59e6c06c9d2fe03e316374abd75a2f13b Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Fri, 31 May 2024 11:54:10 +0300 Subject: [PATCH] EX-9871 tests: skip sanity-compr 1007 and 1008 if needed tools are not installed Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: I0dc3d44c300708f3a25bfce06b81993cdd30c418 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55273 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Artem Blagodarenko Reviewed-by: Sergey Cheremencev Reviewed-by: Andreas Dilger --- lustre/tests/sanity-compr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-compr.sh b/lustre/tests/sanity-compr.sh index ed8d0c3..a5b6f2a 100644 --- a/lustre/tests/sanity-compr.sh +++ b/lustre/tests/sanity-compr.sh @@ -981,7 +981,7 @@ test_1007() { esac done - [[ -n "${compr_types}" ]] || error "no compression tools installed" + [[ -n "${compr_types}" ]] || skip_env "no compression tools installed" local tf=$DIR/$tfile local hdf=$LUSTRE/tests/AMSR_E_L3_DailyOcean_V05_20111003.hdf @@ -1113,7 +1113,7 @@ test_1008() { esac done - [[ -n "${compr_types}" ]] || error "no compression tools installed" + [[ -n "${compr_types}" ]] || skip_env "no compression tools installed" local compr_levels=( 1 -- 1.8.3.1