diff options
author | Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com> | 2019-02-11 10:36:36 -0500 |
---|---|---|
committer | Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com> | 2019-02-11 10:36:36 -0500 |
commit | d4b9a331a88feea62872c4ae85f4ae1b738c6f60 (patch) | |
tree | fcce9a8e2258b41f13ae5bef6a3172488ab94c06 /components/model-catalog | |
parent | 8d865c28451d63815fb1fd5d1a52800ee33dde91 (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/model-catalog')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/DefaultGetNetConfig.py | 4 |
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): |