Whamcloud - gitweb
LU-14227 tests: Add missing space in sanity-lnet test 21 03/41003/2
authorOleg Drokin <green@whamcloud.com>
Wed, 16 Dec 2020 14:51:40 +0000 (09:51 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 17 Dec 2020 17:44:12 +0000 (17:44 +0000)
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 <green@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/41003
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Chris Horn <chris.horn@hpe.com>
lustre/tests/sanity-lnet.sh

index bb264d4..5909412 100755 (executable)
@@ -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"