From d38feb6936783a37631c444d62fe74a78dd41824 Mon Sep 17 00:00:00 2001 From: TamasBakai Date: Thu, 28 Feb 2019 09:06:19 +0000 Subject: Mass PNF simulator for benchmark purposes Change-Id: I8a5ead57d0347fa34f048c7bfc5352ba045b1b62 Issue-ID: DCAEGEN2-1225 Signed-off-by: TamasBakai --- .../pnf-sim-lightweight/config/config.json | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json (limited to 'test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json') diff --git a/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json new file mode 100644 index 000000000..f0ded4c04 --- /dev/null +++ b/test/mocks/mass-pnf-sim/pnf-sim-lightweight/config/config.json @@ -0,0 +1,35 @@ +{ + "simulatorParams": { + "vesServerUrl": "http://localhost:10000/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": "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" + } + } + ] + } +} -- cgit 1.2.3-korg