summaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml')
-rw-r--r--catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml b/catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml
new file mode 100644
index 0000000000..3284b491e0
--- /dev/null
+++ b/catalog-model/src/test/resources/modelOperation/expected-additional_types-3.yaml
@@ -0,0 +1,11 @@
+tosca_definitions_version: tosca_simple_yaml_1_3
+description: Auto-generated file that contains package custom types or types added
+ after system installation.
+artifact_types:
+ tosca.artifacts.Implementation.Python:
+ derived_from: tosca.artifacts.Implementation
+ description: Python replacement.
+ tosca.artifacts.Implementation.Python.V3:
+ derived_from: tosca.artifacts.Implementation.Python
+ description: This artifact type represents a Python3 file that contains Python
+ language constructs that can be executed within a Python interpreter.