From 1a4de11c865be64396b8b533cfcadc24abe7867b Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Wed, 21 Jul 2021 11:48:01 -0700 Subject: [PATCH] EX-3516 tests: skip hot-pools.sh during interop testing 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 Reviewed-on: https://review.whamcloud.com/44366 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: John L. Hammond --- lustre/tests/hot-pools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/hot-pools.sh b/lustre/tests/hot-pools.sh index 349598b..baea0a5 100644 --- a/lustre/tests/hot-pools.sh +++ b/lustre/tests/hot-pools.sh @@ -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" -- 1.8.3.1