switch drools pdp image to new one
[integration.git] / test / mocks / pnfsimulator / config / config.json
index b7eb1cc..3cda0c6 100644 (file)
@@ -1,23 +1,45 @@
 {
   "simulatorParams": {
-    "vesServerUrl": "http://10.154.187.70:8080/eventListener/v5",
+    "vesServerUrl": "http://VES-HOST:VES-PORT/eventListener/v7",
     "testDuration": "10",
     "messageInterval": "1"
   },
-  "messageParams": {
-    "pnfSerialNumber": "val1",
-    "pnfVendorName": "val2",
-    "pnfOamIpv4Address": "val3",
-    "pnfOamIpv6Address": "val4",
-    "pnfFamily": "val5",
-    "pnfModelNumber": "val6",
-    "pnfSoftwareVersion": "val7",
-    "pnfType": "val8",
-    "eventName": "val9",
-    "nfNamingCode": "val10",
-    "nfcNamingCode": "val11",
-    "sourceName": "val12",
+  "commonEventHeaderParams": {
+    "eventName": "pnfRegistration_Nokia_5gDu",
+    "nfNamingCode": "gNB",
+    "nfcNamingCode": "oam",
+    "sourceName": "NOK6061ZW3",
     "sourceId": "val13",
-    "reportingEntityName": "val14"
+    "reportingEntityName": "NOK6061ZW3"
+  },
+  "pnfRegistrationParams": {
+    "serialNumber": "6061ZW3",
+    "vendorName": "Nokia",
+    "oamV4IpAddress": "val3",
+    "oamV6IpAddress": "val4",
+    "unitFamily": "BBU",
+    "modelNumber": "val6",
+    "softwareVersion": "val7",
+    "unitType": "val8"
+  },
+  "notificationParams": {
+    "changeIdentifier": "PM_MEAS_FILES",
+    "changeType": "FileReady",
+    "arrayOfNamedHashMap": [
+      {"name": "A20161221.1031-1041.bin.gz", "hashMap": {
+        "location": "ftpes://192.169.0.1:22/ftp/rop/A20161224.1030-1045.bin.gz",
+        "compression": "gzip",
+        "fileFormatType": "org.3GPP.32.435#measCollec",
+        "fileFormatVersion": "V10"
+      }
+      },
+      {"name": "A20161222.1042-1102.bin.gz", "hashMap": {
+        "location": "ftpes://192.168.0.102:22/ftp/rop/A20161224.1045-1100.bin.gz",
+        "compression": "gzip",
+        "fileFormatType": "org.3GPP.32.435#measCollec",
+        "fileFormatVersion": "V10"
+      }
+      }
+    ]
   }
 }