diff options
author | Piotr Borelowski <p.borelowski@partner.samsung.com> | 2020-06-25 17:05:53 +0200 |
---|---|---|
committer | Piotr Borelowski <p.borelowski@partner.samsung.com> | 2020-06-26 08:46:03 +0200 |
commit | f8d78f8f94e8d75b2a890443945629c4cb24dee7 (patch) | |
tree | 2b469f2d86f41a4895455a38a6cc8c30175bd663 /tests/so/etsi/data/notification.json | |
parent | c21b0084bfbe44af90047f23141e90a8bdb41482 (diff) |
Extend the robot tests by a simple SOL002-Adapter test
Issue-ID: INT-1614
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: I04a75d92aba9c4c06dc0b384aff141592b79845e
Diffstat (limited to 'tests/so/etsi/data/notification.json')
-rw-r--r-- | tests/so/etsi/data/notification.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/so/etsi/data/notification.json b/tests/so/etsi/data/notification.json new file mode 100644 index 00000000..54bbc09f --- /dev/null +++ b/tests/so/etsi/data/notification.json @@ -0,0 +1,26 @@ +{ + "id": "3aa49739-aabd-4d40-8c32-b5b97940201b", + "notificationType": "VnfLcmOperationOccurrenceNotification", + "subscriptionId": null, + "timeStamp": null, + "notificationStatus": "START", + "operationState": "PROCESSING", + "vnfInstanceId": "a23c5388-e035-4ca6-a126-662ad8dd8687", + "operation": "INSTANTIATE", + "isAutomaticInvocation": null, + "vnfLcmOpOccId": null, + "affectedVnfcs": null, + "affectedVirtualLinks": null, + "affectedVirtualStorages": null, + "changedInfo": null, + "changedExtConnectivity": null, + "error": null, + "_links": { + "vnfInstance": { + "href": "https://so-vnfm-simulator:9093/vnflcm/v1/vnf_instances/a23c5388-e035-4ca6-a126-662ad8dd8687" + }, + "subscription": null, + "vnfLcmOpOcc": null + } +} + |