Blueprint modeled Netconf capability components
authorCherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
Mon, 11 Feb 2019 15:36:36 +0000 (10:36 -0500)
committerCherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
Mon, 11 Feb 2019 15:36:36 +0000 (10:36 -0500)
Adding Netconf Executor Function module

Change-Id: I8b896fef84a465db2b9365d038b611e9fdf793ea
Issue-ID: CCSDK-790
Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py

index 4db7c73..e2f5655 100644 (file)
@@ -3,9 +3,7 @@ from netconfclient import NetconfClient
 from java.lang import Exception
 from abstract_blueprint_function import AbstractPythonComponentFunction
 from org.onap.ccsdk.apps.blueprintsprocessor.functions.netconf.executor import NetconfRpcService
-from org.onap.ccsdk.apps.controllerblueprints.core.utils import JacksonUtils
-from org.onap.ccsdk.apps.blueprintsprocessor.functions.netconf.executor.interfaces import DeviceInfo
-from org.onap.ccsdk.apps.controllerblueprints.core.service import BluePrintRuntimeService
+
 
 
 class DefaultGetNetConfig(AbstractPythonComponentFunction):