Whamcloud - gitweb
LU-8346 tests: remove spaces around fail_val 26/34226/2
authorJames Nunez <jnunez@whamcloud.com>
Fri, 1 Feb 2019 03:40:59 +0000 (20:40 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 19 Mar 2019 06:00:13 +0000 (06:00 +0000)
commit430b20be17645989a51fb586824f7637535ff24e
treeb46beced35498c90dde59eda94e0a21f9f15a41f
parent84e28c530e8dd01fe5a2fd44c0654c46f35e5ee4
LU-8346 tests: remove spaces around fail_val

conf-sanity test 93 tries to set fail_loc and fail_val
with the command 'lctl set_param fail_val = 10 fail_loc...'.
fail_val should have no spaces before and after the
equals sign.

This patch is backport from master branch:
Lustre-commit: Iaa2bff1750a2afa96a73a452a0c098ae92f7616c
Lustre-change: https://review.whamcloud.com/34155

Test-Parameters: trivial mdscount=2 mdtcount=4 envdefinitions=ONLY=93 testlist=conf-sanity
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: Iaa2bff1750a2afa96a73a452a0c098ae92f7616c
Reviewed-on: https://review.whamcloud.com/34226
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/conf-sanity.sh