diff options
author | TamasBakai <tamas.bakai@est.tech> | 2019-02-28 09:06:19 +0000 |
---|---|---|
committer | TamasBakai <tamas.bakai@est.tech> | 2019-02-28 09:06:19 +0000 |
commit | d38feb6936783a37631c444d62fe74a78dd41824 (patch) | |
tree | ec3a303bca4823e3a1a025d5484a1c28197ecc15 /test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json | |
parent | 8028905644ea2dcf71ab2703c571398a19503c67 (diff) |
Mass PNF simulator for benchmark purposes
Change-Id: I8a5ead57d0347fa34f048c7bfc5352ba045b1b62
Issue-ID: DCAEGEN2-1225
Signed-off-by: TamasBakai <tamas.bakai@est.tech>
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, 28 insertions, 0 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 new file mode 100644 index 000000000..c8c38b000 --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/singlefile-config-sftp-template.json @@ -0,0 +1,28 @@ +{ + "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" + } + } + ] + } +} |