Whamcloud - gitweb
LU-10401 tests: add -F so list_param prints entry type 67/38567/5
authorYang Sheng <ys@whamcloud.com>
Mon, 11 May 2020 07:36:26 +0000 (15:36 +0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 21 May 2020 01:12:55 +0000 (01:12 +0000)
commit1c54733894f81e854363fbd2d49c141842f73ae4
tree419db83a058b21612183147aa1156706be57746a
parenteb80e37f023b85ef0e610ab65cee1d8ee07235fc
LU-10401 tests: add -F so list_param prints entry type

In sanity.sh test_133g add "-F" so that the list_param
command prints '=' for entries that can be written.
Otherwise, the grep will not find any entries to modify
and the test does not really work. Also change 113f to
use lctl rather than hardcode proc and sysfs paths.

Test-Parameters: trivial testlist=sanity
Fixes: 83b6c6608e94 ("LU-11644 ptlrpc: show target name in req_history")
Signed-off-by: Yang Sheng <ys@whamcloud.com>
Change-Id: I3c94bb13f3345161580ef1b7944945b871ea2c60
Reviewed-on: https://review.whamcloud.com/38567
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
lustre/tests/sanity.sh