diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-29 15:53:44 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-31 13:12:41 +0200 |
commit | 64d65262d73039b1c5b1a6c02f087141046a1169 (patch) | |
tree | 50f59519bf8317cc09e235364742e22fa2e5a624 /vid-automation/src/test/resources | |
parent | 88898c121c8e405d8c6445d54f3fdc23675c0305 (diff) |
Create Service Info file for assertion on Cypress and API test
Issue-ID: VID-724
Change-Id: I1008b3ced1f04267513dcde2e26377861009fda2
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/src/test/resources')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json b/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json new file mode 100644 index 000000000..0770025aa --- /dev/null +++ b/vid-automation/src/test/resources/asyncInstantiation/vidRequestCreateBulkOfMacro__template_info.json @@ -0,0 +1,45 @@ +{ + "id": 56, + "created": 1577354225000, + "modified": 1577354325000, + "createdId": null, + "modifiedId": null, + "rowNum": null, + "auditUserId": null, + "auditTrail": null, + "jobId": "ef3430f8-6350-454c-a7c2-89ba301522c1", + "templateId": "a313b887-ccfd-4d85-a232-5ec9d4d94013", + "userId": "us16807000", + "msoRequestId": null, + "jobStatus": "IN_PROGRESS", + "statusModifiedDate": 1577354226000, + "hidden": false, + "pause": false, + "deletedAt": null, + "owningEntityId": "someID", + "owningEntityName": "someName", + "project": "myProject", + "aicZoneId": "NFT1", + "aicZoneName": "NFTJSSSS-NFT1", + "tenantId": "greatTenant", + "tenantName": "greatTenant", + "regionId": "hvf3", + "regionName": null, + "serviceType": "mySubType", + "subscriberName": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "subscriberId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", + "serviceInstanceId": null, + "serviceInstanceName": "SERVICE_NAME", + "serviceModelId": "5c9e863f-2716-467b-8799-4a67f378dcaa", + "serviceModelName": "AIM_TRANSPORT_00004", + "serviceModelVersion": "1.0", + "createdBulkDate": 1577354225000, + "action": "INSTANTIATE", + "isRetryEnabled": false, + "aLaCarte": false, + "requestSummary": { + "vnf": 1, + "vfModule": 2, + "volumeGroup": 1 + } +}
\ No newline at end of file |