aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources')
-rw-r--r--integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-child.yml20
1 files changed, 16 insertions, 4 deletions
diff --git a/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-child.yml b/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-child.yml
index 2c00cbd7e9..e86349a566 100644
--- a/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-child.yml
+++ b/integration-tests/src/test/resources/Files/VFCs/org.openecomp.resource.VFC-child.yml
@@ -10,15 +10,27 @@ node_types:
test_1:
type: string
default: 'MydefaultValue'
-
test_2:
type: integer
default: 266305
-
test_3:
type: string
default: 'TestValue3'
-
test_4:
type: boolean
- default: true \ No newline at end of file
+ default: true
+ interfaces:
+ Standard:
+ type: tosca.interfaces.node.lifecycle.Standard
+ inputs:
+ url_path:
+ type: string
+ operations:
+ create:
+ description: 'My create Desc'
+ implementation: path/to/my/implementation.sh
+ inputs:
+ first:
+ type: string
+ default: '1234'
+ description: My inputs Desc