diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-03-09 11:52:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-09 11:52:20 +0000 |
commit | 29fbff339dc7590b1ad3a91c559f32d06c6e9d7c (patch) | |
tree | e47aff292423c574cdffaaf2442aaddef2a150ed /runtime-acm/src/test/resources | |
parent | 1ae86979e140c36674db7d91520561b70aba4c32 (diff) | |
parent | e27362ae319ac0aa302381e274c87a82cd4ec9f1 (diff) |
Merge "Fixed Instance Properties Name"
Diffstat (limited to 'runtime-acm/src/test/resources')
-rw-r--r-- | runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml b/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml index 1d3825f75..2a85a5ffa 100644 --- a/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml +++ b/runtime-acm/src/test/resources/rest/servicetemplates/pmsh_multiple_ac_tosca.yaml @@ -1,4 +1,5 @@ tosca_definitions_version: tosca_simple_yaml_1_3 +name: PMSH_Test_Instance data_types: onap.datatypes.ToscaConceptIdentifier: derived_from: tosca.datatypes.Root |