diff options
author | grabinsk <maciej.grabinski@nokia.com> | 2019-05-22 14:59:02 +0200 |
---|---|---|
committer | grabinsk <maciej.grabinski@nokia.com> | 2019-05-22 14:59:02 +0200 |
commit | db4c4a5f83b674d6c04f9e6f3355171b13d67fa4 (patch) | |
tree | 728a3c21caa50fae71635dce425d5b86f867d469 /tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json | |
parent | b6f2ac350d36cf7cc22e0c6e02804d7aa82d77eb (diff) |
Update PRH tests after SDK update to El Alto in PRH
Change-Id: I0ce656cc2b0e59254b788ac114f5617cacea1ffb
Issue-ID: Issue-ID: DCAEGEN2-1501
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json')
-rw-r--r-- | tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json b/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json index 9d730bf6..054774c5 100644 --- a/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json +++ b/tests/dcaegen2/prh-testcases/assets/json_events/ves-event-pnf-registration-with-attachment-point.json @@ -1,19 +1,21 @@ -{ - "event": { - "commonEventHeader": { - "sourceName":"NOK6061ZW1", - "nfNamingCode": "nfNamingCode" - }, - "pnfRegistrationFields": { - "serialNumber":"serialNumber", - "vendorName":"vendorName", - "modelNumber":"modelNumber", - "unitType":"unitType", - "additionalFields": { - "attachmentPoint": "bla-bla-30-3", - "svlan": "1005", - "cvlan": "678" +[ + { + "event": { + "commonEventHeader": { + "sourceName": "NOK6061ZW1", + "nfNamingCode": "nfNamingCode" + }, + "pnfRegistrationFields": { + "serialNumber": "serialNumber", + "vendorName": "vendorName", + "modelNumber": "modelNumber", + "unitType": "unitType", + "additionalFields": { + "attachmentPoint": "bla-bla-30-3", + "svlan": "1005", + "cvlan": "678" + } } } } -}
\ No newline at end of file +]
\ No newline at end of file |