summaryrefslogtreecommitdiffstats
path: root/src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json
diff options
context:
space:
mode:
authorMateusz Gołuchowski <mateusz.goluchowski@nokia.com>2020-07-16 11:00:00 +0200
committerMateusz Gołuchowski <mateusz.goluchowski@nokia.com>2020-07-20 10:57:45 +0200
commitc62f765c1ed65829e126807e1e7a91388bb1c322 (patch)
tree0bba7d7bd35e8ecdcb00047a0bae1a82e64f35ef /src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json
parent977a518c680032572f6c5c59879ead71221e460a (diff)
Adjust pm-mapper to accept new schema.
- Replaced 28.550 schema and template with 28.532 standard - Adjusted class for new schema - Adjusted xml files for tests - validate method will now throw exception when given fileFormatType is not supported Issue-ID: DCAEGEN2-2308 Change-Id: I375db2004887f1f634adac31d4d1af3675f5911c Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
Diffstat (limited to 'src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json')
-rw-r--r--src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json b/src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json
index 354fa68..dc39acc 100644
--- a/src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json
+++ b/src/test/resources/mapper_test/CommonEventFormat_30.1-ONAP.json
@@ -1405,7 +1405,7 @@
"type": "object",
"properties": {
"formatVersion": {
- "description": "3gpp PM reporting file format version from pre-standard TS 28.550 v2.0.0",
+ "description": "3gpp PM reporting file format version from pre-standard TS 28.532 v2.0.0",
"type": "string"
},
"granularityPeriod": {
@@ -1423,15 +1423,15 @@
"items": { "type": "string" }
},
"measuredEntityDn": {
- "description": "distinguished name per 3GPP TS 28.550",
+ "description": "distinguished name per 3GPP TS 28.532",
"type": "string"
},
"measuredEntitySoftwareVersion": {
- "description": "software version for the NF providing the PM data as specified in 3GPP TS 28.550",
+ "description": "software version for the NF providing the PM data as specified in 3GPP TS 28.532",
"type": "string"
},
"measuredEntityUserName": {
- "description": "user definable name for the measured object per 3GPP TS 28.550",
+ "description": "user definable name for the measured object per 3GPP TS 28.532",
"type": "string"
}
},
@@ -2178,7 +2178,7 @@
"required": [ "otherFieldsVersion" ]
},
"perf3gppFields": {
- "description": "fields for 3GPP PM format events, based on 3GPP TS 28.550, belonging to the 'perf3gpp' domain of the commonEventHeader domain enumeration",
+ "description": "fields for 3GPP PM format events, based on 3GPP TS 28.532, belonging to the 'perf3gpp' domain of the commonEventHeader domain enumeration",
"type": "object",
"properties": {
"eventAddlFields": {"$ref": "#/definitions/hashMap"},