Merge "Update INFO.yaml file"
[integration.git] / test / mocks / mass-pnf-sim / pnf-sim-lightweight / config / singlefile-config-ftps-template.json
1 {
2   "simulatorParams": {
3     "vesServerUrl": "http://______$IP_OF_VES_____:_____$PORT_OF_VES/eventListener/v7",
4     "testDuration": "10",
5     "messageInterval": "1"
6   },
7   "commonEventHeaderParams": {
8     "eventName": "pnfRegistration_Nokia_5gDu",
9     "nfNamingCode": "gNB",
10     "nfcNamingCode": "oam",
11     "sourceName": "NOK6061ZW3",
12     "sourceId": "val13",
13     "reportingEntityName": "NOK6061ZW3"
14   },
15   "notificationParams": {
16     "changeIdentifier": "PM_MEAS_FILES",
17     "changeType": "FileReady",
18     "arrayOfNamedHashMap": [
19       {"name": "1MB.tar.gz", "hashMap": {
20         "location": "sftp://$IPSFTP}/1MB.tar.gz",
21         "compression": "gzip",
22         "fileFormatType": "org.3GPP.32.435#measCollec",
23         "fileFormatVersion": "V10"
24       }
25       }
26       }
27     ]
28   }
29 }