diff options
author | Eliezio Oliveira <eliezio.oliveira@est.tech> | 2019-07-30 14:12:14 +0100 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-08-09 19:46:04 +0000 |
commit | 1596f69d2e59a158ae509e798448a398b2c9559f (patch) | |
tree | 4c0116005410619c4923387d36c0e35cec0547a5 /components/model-catalog/blueprint-model | |
parent | 3a044bd88387ff8cc3f1a7e6ba5bb35fac4f3db7 (diff) |
Fixed restconf Python scripts bugs caused by BPP refactor
Change-Id: I9f064aca6f40c0427614d41a08be6b0e6288bcec
Issue-ID: CCSDK-1573
Signed-off-by: Eliezio Oliveira <eliezio.oliveira@est.tech>
Diffstat (limited to 'components/model-catalog/blueprint-model')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py index 17dd56104..7bda87229 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_restconf/Scripts/python/RestconfConfigDeploy.py @@ -14,8 +14,6 @@ # limitations under the License. # ============LICENSE_END========================================================= -from org.onap.ccsdk.cds.blueprintsprocessor.functions.restconf.executor import \ - RestconfComponentFunction from java.lang import Exception as JavaException from restconf_client import RestconfClient |