From aa5b805bd7483d143046c516422a8b41c5f7a162 Mon Sep 17 00:00:00 2001 From: rajendrajaiswal Date: Mon, 24 Sep 2018 17:18:19 +0100 Subject: Updated Setup and added testcase Issue-ID: INT-649 Change-Id: I46e3acc7397e2f5945a043c98cfb03d4204ed4df Signed-off-by: Rajendra Jaiswal --- .../assets/json_events/FileExistNotification.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json') 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 -- cgit 1.2.3-korg