diff options
author | Brinda Santh Muthuramalingam <brindasanth@in.ibm.com> | 2019-09-13 14:16:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-13 14:16:16 +0000 |
commit | e7141675481392baaed182cb8e6a2a9b1abf8b9c (patch) | |
tree | fb41d978e460d5e579d94066273a5e30c6725700 /components/scripts/python/ccsdk_netconf/netconfclient.py | |
parent | 2419999ae7ab0bc8b555a955d5dfbc9eef9d6f3e (diff) | |
parent | 1d7e5f7f80281823cbfc4a2e2ea9833c6412de8c (diff) |
Merge "Add wrapper function for Cli and Netconf executor"
Diffstat (limited to 'components/scripts/python/ccsdk_netconf/netconfclient.py')
-rw-r--r-- | components/scripts/python/ccsdk_netconf/netconfclient.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/scripts/python/ccsdk_netconf/netconfclient.py b/components/scripts/python/ccsdk_netconf/netconfclient.py index 74ac7e3bc..2d4829363 100644 --- a/components/scripts/python/ccsdk_netconf/netconfclient.py +++ b/components/scripts/python/ccsdk_netconf/netconfclient.py @@ -63,6 +63,3 @@ class NetconfClient: def get(self, filter_content): device_response = self.netconf_rpc_client.get(filter_content) return device_response - - def set_execution_attribute_response_data(self, response_data): - self.component_function.setAttribute(ATTRIBUTE_RESPONSE_DATA, response_data) |