From 86b215c79d59291e371bdca0e788c41dd5bf073d Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 16 Dec 2020 09:51:40 -0500 Subject: [PATCH] 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 --- lustre/tests/sanity-lnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1