diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2021-04-06 10:25:20 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-04-19 12:53:57 +0000 |
commit | b451083f7db8144822118613076c05ea8b25898f (patch) | |
tree | e42ea66bec123353ed518a8ba5d0e6215119b09d /integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml | |
parent | 98954adaffece7e360a7f26f86fc921634181d27 (diff) |
Add service design UI flows
Issue-ID: SDC-3558
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I705c38e0b83fdc8f233139c9e06227f5ec251360
Diffstat (limited to 'integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml')
-rw-r--r-- | integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml b/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml deleted file mode 100644 index 2c00cbd7e9..0000000000 --- a/integration-tests/src/test/resources/Files/importVfc/org.openecomp.resource.VFC-child.yml +++ /dev/null @@ -1,24 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_3 -node_types: - org.openecomp.resource.VFC-child: - derived_from: org.openecomp.resource.VFC-root - properties: - aProperty: - type: string - required: false - attributes: - 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 |