Add intial test CBA
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 12 Mar 2019 20:49:54 +0000 (16:49 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 13 Mar 2019 13:31:17 +0000 (09:31 -0400)
commit1746f00c7134f0bba8cfd2b4a00030b07f231ed1
treece12b643444f15fc8fc16d8c68dbc240d5b1330f
parent1a19d33abd1c6afda3b064da022bb77ddf13d5cf
Add intial test CBA

Change-Id: If7c18e8ad472cebc3e36858fcb0cdf4c7ef6d52d
Issue-ID: CCSDK-1149
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
34 files changed:
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/activation-blueprint.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/artifact_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/data_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/node_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/policy_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/relationship_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Plans/ConfigDeploy.xml [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Plans/ResourceAssignment.xml [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Plans/Rollback.xml [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/README [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/DescriptionExample.py [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/NetconfRpcExample.py [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/Rollback.py [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Scripts/python/__init__.py [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/TOSCA-Metadata/TOSCA.meta [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/hostname-mapping.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/hostname-template.vtl [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/junos-rollback-RPC-mapping.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/junos-rollback-RPC-template.vtl [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vf-module-1-mapping.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vf-module-1-template.vtl [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-mapping.json [new file with mode: 0644]
components/model-catalog/blueprint-model/test-blueprint/golden/Templates/vfw-interface-template.vtl [new file with mode: 0644]
components/model-catalog/definition-type/starter-type/data_type/dt-netbox-ip.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/create_netbox_ip.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/delete_netbox_ip.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/hostname.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/interface-description.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/interface-name.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/prefix-id.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/unit-number.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/vf-module-number.json [new file with mode: 0644]
components/model-catalog/resource-dictionary/test-dictionary/vf-module-type.json [new file with mode: 0644]