Skip to content
Snippets Groups Projects
Commit 6121299d authored by Wei Liu's avatar Wei Liu Committed by John L. Hammond
Browse files

LU-11009 test: add version check to test_102


Skip test_102 if server is equal or less than 2.9.53

Signed-off-by: default avatarWei Liu <wei3.liu@intel.com>
Change-Id: Ib9702ee9b2d174742f229f0c3493524606eacca7
Reviewed-on: https://review.whamcloud.com/32393


Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarJames Nunez <james.a.nunez@intel.com>
Reviewed-by: default avatarJohn L. Hammond <john.hammond@intel.com>
parent f2758443
No related branches found
No related tags found
No related merge requests found
......@@ -7226,6 +7226,8 @@ test_101() {
run_test 101 "Race MDT->OST reconnection with create"
test_102() {
[[ $(lustre_version_code $SINGLEMDS) -gt $(version_code 2.9.53) ]] ||
{ skip "Need server version greater than 2.9.53" && return 0; }
cleanup || error "cleanup failed with $?"
local mds1dev=$(mdsdevname 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment