Whamcloud - gitweb
LU-14991 tests: Correct whitespace in sanity-lnet test_101/102 56/44856/2
authorChris Horn <chris.horn@hpe.com>
Tue, 7 Sep 2021 15:47:06 +0000 (10:47 -0500)
committerOleg Drokin <green@whamcloud.com>
Fri, 17 Sep 2021 14:10:18 +0000 (14:10 +0000)
sanity-lnet.sh test_100 and test_101 use tab characters in the
expected yaml output, but yaml syntax does not allow tab characters.

Test-Parameters: trivial testlist=sanity-lnet
Fixes: a5cbe7883d ("LU-12815 socklnd: allow dynamic setting of conns_per_peer")
Signed-off-by: Chris Horn <chris.horn@hpe.com>
Change-Id: I0814f1965414f82cdc696cfe9996b33e863df982
Reviewed-on: https://review.whamcloud.com/44856
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-lnet.sh

index c33e7b8..3fc629e 100755 (executable)
@@ -1072,8 +1072,8 @@ net:
               peer_credits: 8
               peer_buffer_credits: 0
               credits: 256
               peer_credits: 8
               peer_buffer_credits: 0
               credits: 256
-         lnd tunables:
-             conns_per_peer: 1
+          lnd tunables:
+              conns_per_peer: 1
 route:
     - net: tcp7
       gateway: 7.7.7.7@tcp
 route:
     - net: tcp7
       gateway: 7.7.7.7@tcp
@@ -1107,8 +1107,8 @@ net:
               peer_credits: 8
               peer_buffer_credits: 0
               credits: 256
               peer_credits: 8
               peer_buffer_credits: 0
               credits: 256
-         lnd tunables:
-             conns_per_peer: 1
+          lnd tunables:
+              conns_per_peer: 1
 route:
     - net: tcp8
       gateway: 8.8.8.10@tcp
 route:
     - net: tcp8
       gateway: 8.8.8.10@tcp