aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml')
-rw-r--r--catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml b/catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml
new file mode 100644
index 0000000000..90240ba609
--- /dev/null
+++ b/catalog-model/src/test/resources/modelOperation/input-artifact_types.yaml
@@ -0,0 +1,6 @@
+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.