diff options
author | grabinsk <maciej.grabinski@nokia.com> | 2019-05-23 13:34:38 +0200 |
---|---|---|
committer | grabinsk <maciej.grabinski@nokia.com> | 2019-05-23 13:34:38 +0200 |
commit | 08a9c63a95ad22472c358bd062d775d8b7b7505a (patch) | |
tree | 68b3c868afc66741491228595e8c7b96dc365f62 /tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point | |
parent | db4c4a5f83b674d6c04f9e6f3355171b13d67fa4 (diff) |
Improve PRH tests to make json comparison more flexible
Update expected PNF ready event to be an array of events
Improve logging in DMaaP simulator
Change-Id: I1c6c76dd7ef742fd474870b0cb23b5bbaa265357
Issue-ID: DCAEGEN2-1501
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point')
-rw-r--r-- | tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point/expected-pnf-ready-event.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point/expected-pnf-ready-event.json b/tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point/expected-pnf-ready-event.json index 75cb4a2e..d2cf9547 100644 --- a/tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point/expected-pnf-ready-event.json +++ b/tests/dcaegen2/prh-testcases/assets/ves-event-with-empty-attachment-point/expected-pnf-ready-event.json @@ -1,6 +1,8 @@ -{ - "additionalFields": { - "attachmentPoint": "" - }, - "correlationId": "NOK6061ZW8" -} +[ + { + "additionalFields": { + "attachmentPoint": "" + }, + "correlationId": "NOK6061ZW8" + } +]
\ No newline at end of file |