From 844ea708fed5f5e010759bcbbc5a5f439098b727 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Wed, 9 Nov 2022 13:21:32 -0800 Subject: [PATCH] EX-5473 tests: add version check for interop sanity-quota test_75 on 2.12 servers Test-Parameters: trivial testlist=sanity-quota Change-Id: I57f5b6415017ec7cf81e3bcb43f289087a8621fd Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49089 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity-quota.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index f7f40d4..237bfa9 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -4990,6 +4990,9 @@ test_75() grace=60 fi + (( $OST1_VERSION >= $(version_code 2.14.0.25) )) || + skip "need OST at least 2.14.0.25" + setup_quota_test || error "setup quota failed with $?" stack_trap cleanup_quota_test_75 EXIT -- 1.8.3.1