From: Robert Varga Date: Tue, 25 Sep 2018 13:07:24 +0000 (+0200) Subject: Fix config-only thinko X-Git-Tag: release/neon~128^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=b63044dd206e92c31d12a05a3354d62db0d16c7d;p=netconf.git Fix config-only thinko This fixes JSON template thinko, so that the variable matches XML. Change-Id: Ief03b46dc61a0be733a4f139837d19c8c981da7f Signed-off-by: Robert Varga (cherry picked from commit 015197b0642caa75fc2403a6268a700ca3279dc8) --- diff --git a/netconf/tools/netconf-testtool/src/main/resources/config-template.json b/netconf/tools/netconf-testtool/src/main/resources/config-template.json index 479f20d678..f107c23b40 100644 --- a/netconf/tools/netconf-testtool/src/main/resources/config-template.json +++ b/netconf/tools/netconf-testtool/src/main/resources/config-template.json @@ -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 +}