diff options
author | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2018-09-27 16:21:19 +0100 |
---|---|---|
committer | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2018-09-27 16:22:44 +0100 |
commit | 4b97e33295086748108ecb042461719fb09600ba (patch) | |
tree | 037b3fba5e7236eb7c81ceaa707ade5a35f53252 /test/csit/tests/dcae-bulkpm/testcases/assets | |
parent | 96b3c98b55b7c38902319064acc064e416d4717e (diff) |
Renaming 5G Bulk PM to usecase/5G-bulkpm
Issue-ID: INT-649
Change-Id: I4921756a70952ce42e36af023d1131227fc29ecc
Signed-off-by: Rajendra Jaiswal <rajendra.jaiswal@ericsson.com>
Diffstat (limited to 'test/csit/tests/dcae-bulkpm/testcases/assets')
-rw-r--r-- | test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json | 33 |
1 files changed, 0 insertions, 33 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 deleted file mode 100644 index 4064ea312..000000000 --- a/test/csit/tests/dcae-bulkpm/testcases/assets/json_events/FileExistNotification.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "event": { - "commonEventHeader": { - "version": "4.0.1", - "vesEventListenerVersion": "7.0.1", - "domain": "notification", - "eventName": "Noti_RnNode-Ericsson_FileReady", - "eventId": "FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1", - "lastEpochMicrosec": 8745745764578, - "priority": "Normal", - "reportingEntityName": "otenb5309", - "sequence": 0, - "sourceName": "oteNB5309", - "startEpochMicrosec": 8745745764578, - "timeZoneOffset": "UTC+05.30" - }, - "notificationFields": { - "changeIdentifier": "PM_MEAS_FILES", - "changeType": "FileReady", - "notificationFieldsVersion": "2.0", - "arrayOfNamedHashMap": [ - { "name": "xNF.pm.xml.gz", - "hashMap":{ - "location": "sftp://admin:admin@sftpserver:22/xNF.pm.xml.gz", - "compression": "gzip", - "fileFormatType": "org.3GPP.32.435#measCollec", - "fileFormatVersion": "V10" - } - } - ] - } -} -}
\ No newline at end of file |