From 59cb4a5c39e2c85a89be2863a73899c02c9a89c3 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 31 Jan 2019 20:40:59 -0700 Subject: [PATCH] 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. Test-Parameters: trivial mdscount=2 mdtcount=4 envdefinitions=ONLY=93 testlist=conf-sanity Signed-off-by: James Nunez Change-Id: Iaa2bff1750a2afa96a73a452a0c098ae92f7616c Reviewed-on: https://review.whamcloud.com/34155 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Patrick Farrell --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 251dd29..5dfccb8 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -6990,7 +6990,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 -- 1.8.3.1