diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-03-19 11:10:19 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-03-19 11:10:19 +0100 |
commit | 8f95f6c9359c3551c6c6f28eb997ce03bba46bb1 (patch) | |
tree | 80b6b779c1035d7d4d8994614fc5145fe36f0d86 /src/test/resources | |
parent | 43cef2c5b9031bfcf836ac35922ba9314bee4c1d (diff) |
Fix tosca parser
Fix the parser so that we support the new tosca policy discussed
Issue-ID: CLAMP-186
Change-Id: I3051dddf749f1969f8b1d12d726c65f6aad48d51
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r-- | src/test/resources/tosca/tosca_example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/tosca/tosca_example.yaml b/src/test/resources/tosca/tosca_example.yaml index 571986cda..699cffd7e 100644 --- a/src/test/resources/tosca/tosca_example.yaml +++ b/src/test/resources/tosca/tosca_example.yaml @@ -8,7 +8,7 @@ policy_types: version: 1.0.0 properties: tca_policy: - type: list + type: map description: TCA Policy JSON entry_schema: type: onap.datatypes.monitoring.tca_policy |