Create test model 98/134998/10
authorJvD_Ericsson <jeff.van.dam@est.tech>
Tue, 13 Jun 2023 07:48:16 +0000 (08:48 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Thu, 29 Jun 2023 19:59:09 +0000 (19:59 +0000)
commit2cecd886d08bd2f97426746aa19b581568c38954
treeed46432cde31c929393bf62dc09c54bbd8fcd110
parentcf0a8b21e85ec41260da802a2b923fabe89c9aaa
Create test model

Issue-ID: SDC-4471
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I49d6721b9c60cf62ddcdc47beed70db08ba0a031
30 files changed:
catalog-be/src/main/resources/scripts/sdcBePy/common/normative/toscaTypes.py
catalog-be/src/main/resources/scripts/sdcBePy/tosca/models/node_type_client.py
integration-tests/.gitignore [new file with mode: 0644]
integration-tests/integration-tests-init/Dockerfile [new file with mode: 0644]
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/attributes/default.rb [new file with mode: 0644]
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/recipes/1_check_Backend.rb [new file with mode: 0644]
integration-tests/integration-tests-init/chef-repo/cookbooks/sdc-integration-tests-setup/recipes/2_import_Normatives.rb [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/LICENSE [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/README.md [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/chefignore [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/cookbooks/README.md [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/data_bags/README.md [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/environments/README.md [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/importNormatives.json [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/importNormatives.rb [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/roles/README.md [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/roles/integration-tests-setup.json [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/solo.json [new file with mode: 0644]
integration-tests/integration-tests-init/chef-solo/solo.rb [new file with mode: 0644]
integration-tests/integration-tests-init/startup.sh [new file with mode: 0644]
integration-tests/pom.xml
integration-tests/src/main/assembly/normatives.xml [new file with mode: 0644]
integration-tests/src/main/assembly/replace.xml [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/README.md [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/imports/testModel.yaml [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/payload.json [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/categories/categoryTypes.yml [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/data-types/dataTypes.yml [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/metadata.json [new file with mode: 0644]
integration-tests/src/main/resources/import/tosca/models/init/testModel/tosca/node-types/nodeTypes.yaml [new file with mode: 0644]