Whamcloud - gitweb
LU-13169 tests: quiet debug messages during tests 38/37338/11
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 28 Jan 2020 00:29:09 +0000 (17:29 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 14 Apr 2020 08:10:12 +0000 (08:10 +0000)
commit56dab2cd0de9677461df977e046c5eaae68251b6
tree29dc87b8190055d357a29f77714cfd8a4fe6f26e
parent0cf2b328fe1a417e3c4d5ff6216e0b86738d28bf
LU-13169 tests: quiet debug messages during tests

Quiet the output of check_network() and check_node_health() that are
printed for *every* subtest that is run, since this is distracting
when looking at the test output, and can often be more verbose than
the actual test output.

Don't get the client and server versions repeatedly, since they will
not change for the duration of a test run and can be cached instead.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ib42b01c9ca36c6c72d2c7ffffbd3a5f2643ebbe5
Reviewed-on: https://review.whamcloud.com/37338
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh