Convert scripts to python3 88/134888/1
authorDan Timoney <dtimoney@att.com>
Wed, 14 Jun 2023 21:07:55 +0000 (17:07 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 14 Jun 2023 21:07:55 +0000 (17:07 -0400)
commit2593494642c8f425f5e6897241312006563797b1
tree7b0311126f48415263ab3f011851a6dbf9b14598
parent5e9a1da4ef37b6b47ba428325478b79466d7d181
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