diff options
author | 2019-06-14 13:56:17 +0200 | |
---|---|---|
committer | 2019-06-17 12:50:57 +0200 | |
commit | 8bc68e201d47d064bfc5d53532924aee01f7850b (patch) | |
tree | 3c3a36526fb2348ca117a3fbfe170ee76c19ddb7 /tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json | |
parent | e889e25d59a713b7282663edb800bf2e6a605ebe (diff) |
PRH test fixes - align simulated Dmaap response to the real one
(real Dmaap response consists of array of escaped event json strings)
Change-Id: I84f1c5ee576b833e40138ce8af8a8558f39e0609
Issue-ID: INT-1100
Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json')
-rw-r--r-- | tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json b/tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json index 95c5570a..9b4c7e2c 100644 --- a/tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json +++ b/tests/dcaegen2/prh-testcases/assets/ves-event-with-attachment-point/expected-logical-link.json @@ -1,11 +1,13 @@ { "link-name": "bbs-link", "link-type": "attachment-point", - "relationship-list": [ + "relationship-list": { - "relationship": { - "related-link": "/network/pnfs/pnf/NOK6061ZW9" - } + "relationship": [ + { + "related-link": "/network/pnfs/pnf/NOK6061ZW9", + "relationship-data": [] + } + ] } - ] } |