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)
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

index 59fa294..d7f26b4 100644 (file)
@@ -6956,7 +6956,7 @@ test_93() {
        start_ost || error "OST0 start fail"
 
        #define OBD_FAIL_MGS_WRITE_TARGET_DELAY  0x90e
-       do_facet mgs "$LCTL set_param fail_val = 10 fail_loc=0x8000090e"
+       do_facet mgs "$LCTL set_param fail_val=10 fail_loc=0x8000090e"
        for num in $(seq 2 $MDSCOUNT); do
                start_mdt $num &
        done