From: Oleg Drokin Date: Wed, 16 Dec 2020 14:51:40 +0000 (-0500) Subject: LU-14227 tests: Add missing space in sanity-lnet test 21 X-Git-Tag: 2.14.0-RC1~54 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=86b215c79d59291e371bdca0e788c41dd5bf073d;p=fs%2Flustre-release.git LU-14227 tests: Add missing space in sanity-lnet test 21 otherwise echo"Add peer with nidrange (gni)" is not a valid command Change-Id: Ibdff3f38338bb880dd4ae23e31ca2517f4626010 Test-Parameters: trivial testlist=sanity-lnet Fixes: 6a8335be5c2b ("LU-12410 tests: Add gni tests to sanity-lnet") Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/41003 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Chris Horn --- diff --git a/lustre/tests/sanity-lnet.sh b/lustre/tests/sanity-lnet.sh index bb264d4..5909412 100755 --- a/lustre/tests/sanity-lnet.sh +++ b/lustre/tests/sanity-lnet.sh @@ -849,7 +849,7 @@ peer: - nid: 25@gni EOF append_global_yaml - echo"Add peer with nidrange (gni)" + echo "Add peer with nidrange (gni)" compare_peer_add "21@gni" "[22-25]@gni" || error echo "Add peer with nidrange that overlaps primary nid (gni)" compare_peer_add "21@gni" "[21-25]@gni"