aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
diff options
context:
space:
mode:
authorrajendrajaiswal <rajendra.jaiswal@ericsson.com>2018-09-24 17:18:19 +0100
committerrajendrajaiswal <rajendra.jaiswal@ericsson.com>2018-09-25 11:40:02 +0100
commitaa5b805bd7483d143046c516422a8b41c5f7a162 (patch)
tree9c3a3f9df5d7e8bc5abc03b86e62a0409bb94cac /test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json
parent4a93e492a764494984e41830e71849d4b839ba87 (diff)
Updated Setup and added testcase
Issue-ID: INT-649 Change-Id: I46e3acc7397e2f5945a043c98cfb03d4204ed4df Signed-off-by: Rajendra Jaiswal <rajendra.jaiswal@ericsson.com>
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