diff options
author | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-04-26 14:01:28 +0200 |
---|---|---|
committer | Mariusz Wagner <mariusz.wagner@nokia.com> | 2018-04-26 14:48:50 +0200 |
commit | 006629d1a712bf256c2d50cb8ea8d1fb94612977 (patch) | |
tree | d999c310991101b57af7f1aa587355a43c8a09d6 /test/csit/tests/dcaegen2/testcases/assets | |
parent | cb8a312a30e51a6b07be67d5ad075b042e68b998 (diff) |
Create TC for PNF registration event
Change-Id: I2c0b2fe588367f9f5f2e6dff73b6633bf3b03863
Issue-ID: INT-484
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/testcases/assets')
-rw-r--r-- | test/csit/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json b/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json new file mode 100644 index 000000000..49d77eb17 --- /dev/null +++ b/test/csit/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json @@ -0,0 +1,34 @@ +{ + "event": { + "commonEventHeader": { + "domain": "other", + "eventName": "pnfRegistration_5GDU", + "eventId": "QTFCOC540002E-reg", + "eventType": "pnfRegistration", + "internalHeaderFields": {}, + "lastEpochMicrosec": 1519837825682, + "nfNamingCode": "5GRAN", + "nfcNamingCode": "5DU", + "priority": "Normal", + "reportingEntityName": "5GRAN_DU", + "sequence": 0, + "sourceId": "QTFCOC540002E", + "sourceName": "5GRAN_DU", + "startEpochMicrosec": 1519837825682, + "version": 3 + }, + "otherFields": { + "pnfVendorName": "Nokia", + "pnfOamIpv4Address": "10.16.123.234", + "pnfOamIpv6Address": "<<NONE>>", + "pnfFamily": "BBU", + "pnfType": "AirScale", + "pnfModelNumber": "AJ02", + "pnfSerialNumber": "QTFCOC540002E", + "pnfSoftwareVersion": "v4.5.0.1", + "pnfManufactureDate": 1516406400, + "pnfLastServiceDate": 1517206400, + "otherFieldsVersion": 1 + } + } +}
\ No newline at end of file |