summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-25 14:59:40 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-25 14:59:40 +0000
commitf091a144d56fadd265f9e7cff4f277e7713751cb (patch)
treefc057cf1a32f8824ee17382a7fb9364c31280cec /test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
parentb4c9fdb2aca5d283e16354c488460252c68c7d67 (diff)
parentaa5b805bd7483d143046c516422a8b41c5f7a162 (diff)
Merge "Updated Setup and added testcase"
Diffstat (limited to 'test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json')
-rw-r--r--test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json21
1 files changed, 12 insertions, 9 deletions
diff --git a/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json b/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
index 96068e39a..1cfc78a25 100644
--- a/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
+++ b/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
@@ -18,13 +18,16 @@
"changeIdentifier": "PM_MEAS_FILES",
"changeType": "FileReady",
"notificationFieldsVersion": "2.0",
- "additionalFields":
- {
- "location": "ftpes://192.168.0.101:22/ftp/rop/A20161224.1030-1045.bin.gz",
- "compression": "gzip",
- "fileformatType": "org.3GPP.32.435#measCollec",
- "fileFormatVersion": "V10"
- }
- }
+ "arrayOfNamedHashMap": [
+ { "name": "pm.xml.gz",
+ "hashMap":{
+ "location": "sftp://admin:admin@sftpserver:22/pm.xml.gz",
+ "compression": "gzip",
+ "fileFormatType": "org.3GPP.32.435#measCollec",
+ "fileFormatVersion": "V10"
+ }
+ }
+ ]
}
- } \ No newline at end of file
+}
+} \ No newline at end of file