From: Elena Gryaznova Date: Mon, 26 Feb 2018 00:59:22 +0000 (+0300) Subject: LU-10712 tests: skip conf-sanity 108[a,b] for old server X-Git-Tag: 2.10.59~41 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d24d2f94cabfc030c06ec01462fde5f33d134eb4;p=fs%2Flustre-release.git LU-10712 tests: skip conf-sanity 108[a,b] for old server Patch skips test_108a and test_108b for old servers. Signed-off-by: Elena Gryaznova Cray-bug-id: LUS-5691 Test-Parameters: trivial testlist=conf-sanity Change-Id: I7494e15710ac2663a0e01a9d3568fa5bcd590a6a Reviewed-on: https://review.whamcloud.com/31413 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Vladimir Saveliev Reviewed-by: Vitaly Fertman Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 81bdd31..bb24435 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -7667,6 +7667,9 @@ test_108a() { [ $(facet_fstype $SINGLEMDS) != "zfs" ] && skip "zfs only test" && return + [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.58) ] && + skip "Need server version at least 2.10.58" && return + stopall load_modules @@ -7731,6 +7734,9 @@ test_108b() { [ $(facet_fstype $SINGLEMDS) != "ldiskfs" ] && skip "ldiskfs only test" && return + [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.10.58) ] && + skip "Need server version at least 2.10.58" && return + stopall load_modules