From 774e626146ddcbeb527c0939e0210f92bab4c6c3 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 31 Oct 2023 01:36:49 -0600 Subject: [PATCH] LU-16868 tests: skip conf-sanity/66 in interop Do not run conf-sanity.sh test_66* in interop testing. Otherwise, it is possible that the version of the test script running on the client does not perform the upgrades with the right steps needed for remote servers that are running a different version. Test-Parameters: trivial testlist=conf-sanity env=ONLY=66 Test-Parameters: testlist=conf-sanity env=ONLY=66 serverversion=2.12.9 Signed-off-by: Andreas Dilger Change-Id: I7b28b5f123a7348f87d43c54c806eaf6173ebbe5 --- lustre/tests/conf-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 7af7b15..7b54c75 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -5379,6 +5379,8 @@ test_66() { [[ "$MGS_VERSION" -ge $(version_code 2.3.59) ]] || skip "Need MGS version at least 2.3.59" + check_versions || skip "do not replace_nids with mismatched versions" + setup local OST1_NID=$(do_facet ost1 $LCTL list_nids | head -1) local MDS_NID=$(do_facet $SINGLEMDS $LCTL list_nids | head -1) -- 1.8.3.1