diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json')
-rw-r--r-- | test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json deleted file mode 100644 index c8c38b000..000000000 --- a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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": "ftps://$IP/1MB.tar.gz", - "compression": "gzip", - "fileFormatType": "org.3GPP.32.435#measCollec", - "fileFormatVersion": "V10" - } - } - ] - } -} |