Add wrapper function for Cli and Netconf executor
[ccsdk/cds.git] / components / scripts / python / ccsdk_netconf / netconfclient.py
index 74ac7e3..2d48293 100644 (file)
@@ -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)