Add Get function in Netconf execution service for operational commands 71/94371/1
authorSteve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Tue, 27 Aug 2019 18:58:30 +0000 (14:58 -0400)
committerSteve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Tue, 27 Aug 2019 18:58:30 +0000 (14:58 -0400)
commit6dec3fb775386767a7b4008b0862e6a32247bb97
treed3e2607e7083e53283d6eca28c082a3b431926af
parent54426584a02e6fbfec5f7685c92e1a3fde62309f
Add Get function in Netconf execution service for operational commands

Issue-ID: CCSDK-1657
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I12b82a7f1233fce256190ec0d35a5b85ad937b7b
components/scripts/python/ccsdk_netconf/netconfclient.py
ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/api/NetconfRpcService.kt
ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/core/NetconfRpcServiceImpl.kt
ms/blueprintsprocessor/functions/netconf-executor/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/utils/NetconfMessageUtils.kt
ms/blueprintsprocessor/functions/netconf-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/core/NetconfRpcServiceImplTest.kt
ms/blueprintsprocessor/functions/netconf-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/netconf/executor/utils/NetconfMessageUtilsTest.kt
ms/blueprintsprocessor/functions/netconf-executor/src/test/resources/netconf-messages/get-response.xml [new file with mode: 0644]