aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json
diff options
context:
space:
mode:
authorSumithra <sumithra.s69@wipro.com>2021-01-05 03:33:28 -0800
committersumithra <sumithra.s69@wipro.com>2021-02-05 05:09:37 -0800
commit0736c9f21b579973214d1a65ac218b9da7d11086 (patch)
tree4e052b883ab5c188a86d43bed33b6579b2a3a4c0 /tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json
parentfedb1804c8a90e05e6818fee9f59671cdf732ce7 (diff)
Add CSIT for slice-analysis-ms
Issue-ID: DCAEGEN2-2560 Signed-off-by: Sumithra <sumithra.s69@wipro.com> Change-Id: Ib776f759ba10e1d95d68ac4bc9da576b6063a59a
Diffstat (limited to 'tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json')
-rw-r--r--tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json b/tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json
new file mode 100644
index 00000000..1919e95d
--- /dev/null
+++ b/tests/dcaegen2-services-slice-analysis-ms/testcases/data/performance_notification1.json
@@ -0,0 +1,56 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "domain": "perf3gpp",
+ "eventId": "9e7c7db8-7a51-4bff-94f5-b530296edd7c",
+ "sequence": 0,
+ "eventName": "perf3gpp_AcmeNode-Acme_pmMeasResult",
+ "sourceName": "oteNB5309",
+ "reportingEntityName": "",
+ "priority": "Normal",
+ "startEpochMicrosec": 1538478000000,
+ "lastEpochMicrosec": 1538478900000,
+ "version": "4.0",
+ "vesEventListenerVersion": "7.1",
+ "timeZoneOffset": "UTC+05:00"
+ },
+ "perf3gppFields": {
+ "perf3gppFieldsVersion": "1.0",
+ "measDataCollection": {
+ "granularityPeriod": 1538482500000,
+ "measuredEntityUserName": "",
+ "measuredEntityDn": "1",
+ "measuredEntitySoftwareVersion": "r0.1",
+ "measInfoList": [{
+ "measInfoId": {
+ "sMeasInfoId": "some measInfoId"
+ },
+ "measTypes": {
+ "sMeasTypesList": ["SM.PrbUsedDl.001-00110", "SM.PrbUsedUl.001-00110"]
+ },
+ "measValuesList": [{
+ "measObjInstId": "103593989",
+ "suspectFlag": "false",
+ "measResults": [{
+ "p": 1,
+ "sValue": "75"
+ }, {
+ "p": 2,
+ "sValue": "84"
+ }]
+ }, {
+ "measObjInstId": "103593999",
+ "suspectFlag": "false",
+ "measResults": [{
+ "p": 1,
+ "sValue": "90"
+ }, {
+ "p": 2,
+ "sValue": "95"
+ }]
+ }]
+ }]
+ }
+ }
+ }
+}