Convert scripts to python3 47/134847/1
authorDan Timoney <dtimoney@att.com>
Wed, 14 Jun 2023 21:07:55 +0000 (17:07 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 15 Jun 2023 13:10:49 +0000 (13:10 +0000)
commite3f81a6028afd09fbaefefbac83fc46c472903c4
treee1d881f1aed93097bc48a6a13ab081ff4290a015
parent26628bf766b14d66f683a4608b97b7538ca582d6
Convert scripts to python3

Convert python2 scripts to python3

Issue-ID: CCSDK-3906
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I68b82108c5cd51a99735f65f964b8ebc16181c1b
15 files changed:
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/NetconfRpcExample.py
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/SamplePythonComponentNode.py
components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Scripts/python/SampleRAProcessor.py
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/DefaultGetNetConfig.py
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/SamplePythonComponentNode.py
components/model-catalog/blueprint-model/test-blueprint/capability_python/Scripts/python/SampleRAProcessor.py
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/ConfigDeploy.py
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/DescriptionExample.py
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/Rollback.py
components/scripts/python/ccsdk_blueprints/abstract_blueprint_function.py
components/scripts/python/ccsdk_blueprints/abstract_ra_processor.py
components/scripts/python/ccsdk_blueprints/sample_blueprint_component.py
components/scripts/python/ccsdk_blueprints/sample_ra_processor_function.py
ms/blueprintsprocessor/functions/python-executor/src/test/resources/PythonTestScript.py
ms/blueprintsprocessor/functions/python-executor/src/test/resources/scripts/SamplePythonComponentNode.py