aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorCherukuri, Venkatanaresh (vn166g) <vn166g@att.com>2019-02-11 10:36:36 -0500
committerCherukuri, Venkatanaresh (vn166g) <vn166g@att.com>2019-02-11 10:36:36 -0500
commitd4b9a331a88feea62872c4ae85f4ae1b738c6f60 (patch)
treefcce9a8e2258b41f13ae5bef6a3172488ab94c06 /components
parent8d865c28451d63815fb1fd5d1a52800ee33dde91 (diff)
Blueprint modeled Netconf capability components
Adding Netconf Executor Function module Change-Id: I8b896fef84a465db2b9365d038b611e9fdf793ea Issue-ID: CCSDK-790 Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
Diffstat (limited to 'components')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py
index 4db7c731..e2f5655a 100644
--- a/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py
+++ b/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py
@@ -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):