diff options
author | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-06-25 13:39:33 +0200 |
---|---|---|
committer | Joanna Jeremicz <joanna.jeremicz@nokia.com> | 2019-07-02 13:32:31 +0200 |
commit | 4a70dd3bcf1dde19d511f528650b08714b92448f (patch) | |
tree | 617142ce66a80ae19e7e9f551cce3a8bf5044116 /tests/dcaegen2/prh-testcases/assets/re-registration | |
parent | d74cd46cf68d7b60a8b07edf6c05bc06dd861bd6 (diff) |
New BBS PRH testcases
Issue-ID: INT-1100
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I19455f401beeecf28c94575b8115e6ce8249bf0a
Diffstat (limited to 'tests/dcaegen2/prh-testcases/assets/re-registration')
3 files changed, 22 insertions, 2 deletions
diff --git a/tests/dcaegen2/prh-testcases/assets/re-registration/expected-pnf-update-event.json b/tests/dcaegen2/prh-testcases/assets/re-registration/expected-pnf-update-event.json index 5c77e125..d1787797 100644 --- a/tests/dcaegen2/prh-testcases/assets/re-registration/expected-pnf-update-event.json +++ b/tests/dcaegen2/prh-testcases/assets/re-registration/expected-pnf-update-event.json @@ -1,7 +1,7 @@ [ { "additionalFields": { - "attachment-point": "bbs-link" + "attachment-point": "another-link" }, "correlationId": "NOK6061ZW9" } diff --git a/tests/dcaegen2/prh-testcases/assets/re-registration/logical-link.json b/tests/dcaegen2/prh-testcases/assets/re-registration/logical-link.json new file mode 100644 index 00000000..575b88b0 --- /dev/null +++ b/tests/dcaegen2/prh-testcases/assets/re-registration/logical-link.json @@ -0,0 +1,20 @@ +{ + "link-name": "bbs-link", + "in-maint": false, + "link-type": "attachment-point", + "resource-version": "1561617000521", + "relationship-list": { + "relationship": [ + { + "related-to": "pnf", + "related-link": "/aai/v11/network/pnfs/pnf/NOK6061ZW9", + "relationship-data": [ + { + "relationship-key": "pnf.pnf-name", + "relationship-value": "NOK6061ZW9" + } + ] + } + ] + } +}
\ No newline at end of file diff --git a/tests/dcaegen2/prh-testcases/assets/re-registration/ves-event.json b/tests/dcaegen2/prh-testcases/assets/re-registration/ves-event.json index 5de986c5..ef75a884 100644 --- a/tests/dcaegen2/prh-testcases/assets/re-registration/ves-event.json +++ b/tests/dcaegen2/prh-testcases/assets/re-registration/ves-event.json @@ -33,7 +33,7 @@ "oamV6IpAddress": "val4", "softwareVersion": "val7", "additionalFields": { - "attachment-point": "bbs-link" + "attachment-point": "another-link" } } } |