X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Ftest-framework.sh;h=a8a95b0eeaba673558cf4e0770d3eeef434c5a7c;hb=24e6dd894988b7cdd35de543dd5c9a0f026f3f7b;hp=6438aecf7c36918f82aa75b885269654e4ab3298;hpb=2c4431f5271783b68ab749c7868cc839abe5edcc;p=fs%2Flustre-release.git diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 6438aec..a8a95b0 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -7656,7 +7656,7 @@ check_node_health() { # Only check/report network health if get_param isn't reported, since # *clearly* the network is working if get_param returned something. if (( $(grep -c catastro $health) != $(wc -w <<< ${nodes//,/ }) )); then - for node in ${nodes//,/}; do + for node in ${nodes//,/ }; do check_network $node 5 done fi