From: Alex Zhuravlev Date: Wed, 26 Mar 2025 13:41:19 +0000 (+0300) Subject: LU-18851 tests: fix nodelist in sanity/170b X-Git-Tag: 2.16.55~47 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=527b4ed7c180cd50b9ea91aae434baa24b51877b;p=fs%2Flustre-release.git LU-18851 tests: fix nodelist in sanity/170b on a local setup nodes_list should contain just a single entry Fixes: 8091e481fc ("LU-18810 misc: filename encoding for remaining files") Test-Parameters: trivial Signed-off-by: Alex Zhuravlev Change-Id: Ie855dcf6c2f7a62c3fcf3913fe43d8a8c58e54e2 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58540 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Reviewed-by: Emoly Liu --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ee16f20..4bbe979 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -21343,6 +21343,7 @@ test_170b() { nodes_list="$nodes_list,$(facet_active_host mds1)" (( $OST1_VERSION >= $(version_code 2.16.52) )) && nodes_list="$nodes_list,$(facet_active_host ost1)" + local_mode && nodes_list=$HOSTNAME old_fl=($(do_nodes $nodes_list $LCTL get_param -n $param))