summaryrefslogtreecommitdiffstats
path: root/datacollector/src/test/resources
diff options
context:
space:
mode:
authory.busko <y.busko@partner.samsung.com>2021-04-14 16:13:09 +0200
committerk.kedron <k.kedron@partner.samsung.com>2021-04-16 17:43:35 +0200
commit8f21c92d8104ea9bcaa49998cfb0787514a6ddc9 (patch)
treed6c30e8ee411ac1cdcbab8d303400eb895ace35d /datacollector/src/test/resources
parent16c9954de0a4fdcb5324859b21ac928169792037 (diff)
Initial code for DataCollector RAPP
Updated pom files Added swagger templates at /doc/templates Change-Id: I2fb7b26993fa13f07c3cf013aec9df06bd2dca8b Issue-ID: INT-1887 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Signed-off-by: yauheni busko <y.busko3@partner.samsung.com>
Diffstat (limited to 'datacollector/src/test/resources')
-rw-r--r--datacollector/src/test/resources/sample-pm.json53
-rw-r--r--datacollector/src/test/resources/sample-ves.json36
2 files changed, 89 insertions, 0 deletions
diff --git a/datacollector/src/test/resources/sample-pm.json b/datacollector/src/test/resources/sample-pm.json
new file mode 100644
index 0000000..d03c067
--- /dev/null
+++ b/datacollector/src/test/resources/sample-pm.json
@@ -0,0 +1,53 @@
+{
+ "cellId": "Cell1",
+ "performance": [
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ },
+ {
+ "latency": 20,
+ "throughput": 80
+ }
+ ]
+}
diff --git a/datacollector/src/test/resources/sample-ves.json b/datacollector/src/test/resources/sample-ves.json
new file mode 100644
index 0000000..114f592
--- /dev/null
+++ b/datacollector/src/test/resources/sample-ves.json
@@ -0,0 +1,36 @@
+{
+ "event": {
+ "commonEventHeader": {
+ "version": "4.0.1",
+ "vesEventListenerVersion": "7.0.1",
+ "domain": "measurement",
+ "eventName": "Measurement_vIsbcMmc",
+ "eventId": "measurement0000259",
+ "sequence": 3,
+ "priority": "Normal",
+ "reportingEntityId": "cc305d54-75b4-431b-adb2-eb6b9e541234",
+ "reportingEntityName": "ibcx0001vm002oam001",
+ "sourceId": "de305d54-75b4-431b-adb2-eb6b9e546014",
+ "sourceName": "ibcx0001vm002ssc001",
+ "nfVendorName": "Samsung",
+ "nfNamingCode": "ibcx",
+ "nfcNamingCode": "ssc",
+ "startEpochMicrosec": 1413378172000000,
+ "lastEpochMicrosec": 1413378172000000,
+ "timeZoneOffset": "UTC-05:30"
+ },
+ "measurementFields": {
+ "additionalMeasurements": [
+ {
+ "name": "UE-1",
+ "hashMap": {
+ "latency": "20",
+ "throughput": "100"
+ }
+ }
+ ],
+ "measurementInterval": 5,
+ "measurementFieldsVersion": "4.0"
+ }
+ }
+}