summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2020-02-11 08:40:53 +0000
committerKAPIL SINGAL <ks220y@att.com>2020-02-13 06:13:07 +0000
commit287412d3bb45b60a9d72ec113ef60a6631ec6085 (patch)
tree0055970b291eb42bb9bdb8a271b4dd364179d75b /ms/blueprintsprocessor/functions
parent65bb9d0d83762e8fa8e3ab568c801908eafa0686 (diff)
add support for reply-time-out in cds blueprint
Issue-ID: CCSDK-2089 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Ic325aaa37df2db27713728b1d1fb7903298b02d5 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Diffstat (limited to 'ms/blueprintsprocessor/functions')
-rw-r--r--ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt b/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
index 2f10bb56b..4456cb0de 100644
--- a/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
+++ b/ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/DeviceInfo.kt
@@ -32,8 +32,8 @@ class DeviceInfo {
var connectTimeout: Long = 30
@get:JsonIgnore
var source: String? = null
- @get:JsonIgnore
- var replyTimeout: Int = 20
+ @get:JsonProperty("reply-time-out")
+ var replyTimeout: Int = 30
@get:JsonIgnore
var idleTimeout: Int = 99999