Integration test for importing VFC with model
[sdc.git] / integration-tests / src / test / resources / Files / VFCs / VFC-For-Model.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_3
2
3 node_types:
4   org.openecomp.resource.MyVfcForModelCI:
5     derived_from: tosca.nodes.Root
6     properties:
7       resourceType:
8         type: string
9       resourceSubtype:
10         type: string
11         required: false
12     attributes:
13       attr_1:
14         type: string
15         default: 'Integration Test'
16       attr_2:
17         type: integer
18         default: 2021
19       attr_3:
20         type: boolean
21         default: true