Fix config-only thinko 43/76443/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Sep 2018 13:07:24 +0000 (15:07 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Sep 2018 13:17:39 +0000 (15:17 +0200)
This fixes JSON template thinko, so that the variable matches
XML.

Change-Id: Ief03b46dc61a0be733a4f139837d19c8c981da7f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 015197b0642caa75fc2403a6268a700ca3279dc8)

netconf/tools/netconf-testtool/src/main/resources/config-template.json

index 479f20d678b17ccc7f8c2db85688ad55e935e8c4..f107c23b4071c8ca850bd0de7588a8ecb2e496a7 100644 (file)
@@ -5,7 +5,7 @@
     "port": "{PORT}",
     "username": "admin",
     "password": "admin",
-    "tcp-only": "{SSH}",
+    "tcp-only": "{TCP_ONLY}",
     "keepalive-delay": "0"
   }
-}
\ No newline at end of file
+}