Whamcloud - gitweb
LU-14773 tests: skip check_network() on working node 33/44033/4
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 18 Jun 2021 20:55:51 +0000 (14:55 -0600)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Aug 2021 01:59:17 +0000 (01:59 +0000)
commit67752f6db2c1a7062a73bd6674ee53ad670b392e
tree3bdedd3f0459b58d7c4400f462607e76c364137d
parent024f9303bc6f32a3113357c864765c4f9c93ed03
LU-14773 tests: skip check_network() on working node

Don't call check_network() (which can take several seconds per node)
if the get_param command ran successfully on all of the nodes.  The
get_param success implies the connection to the remote nodes works
properly, and completes more quickly.

For consistency with previous behavior, still call check_network() if
get_param didn't return any output, since the modules may be unloaded.

Remove some extra visual clutter from every subtest.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I6a11cf8a1a6b43bebc3ff8f5506e1faac13ebbe5
Reviewed-on: https://review.whamcloud.com/44033
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Elena Gryaznova <elena.gryaznova@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh