diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-ftps-template.json')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-ftps-template.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-ftps-template.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-ftps-template.json new file mode 100644 index 000000000..de1e95707 --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-ftps-template.json @@ -0,0 +1,29 @@ +{ + "simulatorParams": { + "vesServerUrl": "http://______$IP_OF_VES_____:_____$PORT_OF_VES/eventListener/v7", + "testDuration": "10", + "messageInterval": "1" + }, + "commonEventHeaderParams": { + "eventName": "pnfRegistration_Nokia_5gDu", + "nfNamingCode": "gNB", + "nfcNamingCode": "oam", + "sourceName": "NOK6061ZW3", + "sourceId": "val13", + "reportingEntityName": "NOK6061ZW3" + }, + "notificationParams": { + "changeIdentifier": "PM_MEAS_FILES", + "changeType": "FileReady", + "arrayOfNamedHashMap": [ + {"name": "1MB.tar.gz", "hashMap": { + "location": "sftp://$IPSFTP}/1MB.tar.gz", + "compression": "gzip", + "fileFormatType": "org.3GPP.32.435#measCollec", + "fileFormatVersion": "V10" + } + } + } + ] + } +} |