aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/config/config.json
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-04-09 15:26:06 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-09 15:26:06 +0000
commit750b5a02e2c0cf703427374b6313fbef6e3fa9a5 (patch)
treec9ebc81110fddcdf8baeaf93e7bca138f7d2d731 /test/mocks/pnfsimulator/config/config.json
parent389cbad40747ac6c323c216bae090e99abbfbd02 (diff)
parent1b1fded0d7cdfbc9ea7ee1c9b533b01fb3dc9b35 (diff)
Merge "Refactor SimulatorFactory in PnfSimulator"
Diffstat (limited to 'test/mocks/pnfsimulator/config/config.json')
-rw-r--r--test/mocks/pnfsimulator/config/config.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/test/mocks/pnfsimulator/config/config.json b/test/mocks/pnfsimulator/config/config.json
index 3b5cd8a60..636e0132e 100644
--- a/test/mocks/pnfsimulator/config/config.json
+++ b/test/mocks/pnfsimulator/config/config.json
@@ -25,30 +25,30 @@
"attachmentPoint": "bla-bla-30-3",
"svlan": "1005",
"cvlan": "678"
- },
- "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"
- }
- }
- ]
}
+ },
+ "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"
+ }
+ }
+ ]
}
}