aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-08-29 14:30:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-29 14:30:53 +0000
commit918ce2438d50572086f58c0bc3a1e101f7c86343 (patch)
treef1e2cce869ef84fc4361477778fdeed146cce9e8
parent4c208c725a6d7bb72f306708cd5b617fd73d3818 (diff)
parente6ff14aac1f81e976fbdfa67d27a6f8ba3a585eb (diff)
Merge "Remove duplicated function in netconfclient.py"
-rw-r--r--components/scripts/python/ccsdk_netconf/netconfclient.py3
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 97f730081..74ac7e3bc 100644
--- a/components/scripts/python/ccsdk_netconf/netconfclient.py
+++ b/components/scripts/python/ccsdk_netconf/netconfclient.py
@@ -60,9 +60,6 @@ class NetconfClient:
device_response = self.netconf_rpc_client.discardConfig()
return device_response
- def set_execution_attribute_response_data(self, response_data):
- self.setAttribute(ATTRIBUTE_RESPONSE_DATA, response_data)
-
def get(self, filter_content):
device_response = self.netconf_rpc_client.get(filter_content)
return device_response