diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-11 10:06:31 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2019-12-11 16:14:21 +0200 |
commit | befd7846adb45bf6a25c026975c95e8c5015714b (patch) | |
tree | b0b8c3778a9368cf7f53b08cab28cad2ab9ac2e2 /vid-automation/src | |
parent | bfd3b59b7caef3c65d306727fc6fe25a85e68ca2 (diff) |
Add cypress test that check vnf popup contains correct lcp region data.
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
Diffstat (limited to 'vid-automation/src')
-rw-r--r-- | vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json index 04b09616e..a8417e3a9 100644 --- a/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json +++ b/vid-automation/src/test/resources/asyncInstantiation/templates__instance_template.json @@ -44,9 +44,9 @@ "productFamilyId": "a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb", "instanceName": "zolson57arlba007", "action": "Create", - "platformName": "NETWORK-CLOUD", - "lcpCloudRegionId": "olson57a", - "tenantId": "dcb28ad99c7341748830c9dc307f85eb", + "platformName": "xxx1", + "lcpCloudRegionId": "hvf6", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -66,8 +66,8 @@ }, "instanceName": "zolson57arlba007_lba_Base_01", "action": "Create", - "lcpCloudRegionId": "olson57a", - "tenantId": "dcb28ad99c7341748830c9dc307f85eb", + "lcpCloudRegionId": "hvf6", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -89,8 +89,8 @@ }, "instanceName": "zolson57arlba007_lba_dj_01", "action": "Create", - "lcpCloudRegionId": "olson57a", - "tenantId": "dcb28ad99c7341748830c9dc307f85eb", + "lcpCloudRegionId": "hvf6", + "tenantId": "4914ab0ab3a743e58f0eefdacc1dde77", "instanceParams": [ {} ], @@ -106,7 +106,7 @@ "isFailed": false, "statusMessage": null, "position": null, - "lineOfBusiness": "EMANUEL-CONSUMER" + "lineOfBusiness": "zzz1" } }, "networks": {}, |