From abda4d06a41dfb526b4a66cb5fae6ff1a4c6c01b Mon Sep 17 00:00:00 2001 From: James Nunez Date: Tue, 8 Jun 2021 10:34:29 -0600 Subject: [PATCH] LU-14327 tests: skip sanity-sec test 55 sanity-sec test 55 was added to lustre-master version 2.13.57.12 and to lustre-b2_12 version 2.12.6.3. When we run version interop testing with Lustre servers less than these versions, the test will fail. Thus, skip sanity-sec test 55 for Lustre severs less than 2.12.6.3. Test-Parameters: trivial Test-Parameters: serverversion=2.12.6 serverdistro=el7.9 env=ONLY=55 testlist=sanity-sec Signed-off-by: James Nunez Change-Id: Ie002c921e853897105396185b38485799df31b7a --- lustre/tests/sanity-sec.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index 3277995..44ccafb 100755 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -4114,6 +4114,9 @@ cleanup_55() { } test_55() { + [ "$MDS1_VERSION" -gt $(version_code 2.12.6.2) ] || + skip "Need MDS version at least 2.12.6.2" + local client_ip local client_nid -- 1.8.3.1