Whamcloud - gitweb
EX-3516 tests: skip hot-pools.sh during interop testing
authorJian Yu <yujian@whamcloud.com>
Wed, 21 Jul 2021 18:48:01 +0000 (11:48 -0700)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 22 Jul 2021 12:14:43 +0000 (12:14 +0000)
Skip hot pools for interop testing. It is really a server-side
functionality, and using old/new test scripts doesn't make sense.

Test-Parameters: trivial \
serverjob=lustre-b_es5_2 serverbuildno=305 \
testlist=hot-pools

Change-Id: I26fee51cf284b4f4a75ddd4ef715dd9ff417d283
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/44366
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lustre/tests/hot-pools.sh

index 349598b..baea0a5 100644 (file)
@@ -16,6 +16,8 @@ init_logging
 ALWAYS_EXCEPT="$HOT_POOLS_EXCEPT "
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
+(( CLIENT_VERSION == MDS1_VERSION )) || skip_env "skipped for interop testing"
+
 (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs"
 
 remote_mds_nodsh && skip_env "remote MDS with nodsh"