aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress/integration/iFrames/instantiation-templates.e2e.ts
AgeCommit message (Collapse)AuthorFilesLines
2019-12-16Allow edit service button to be shown on service context menu in recreate mode.Alexey Sandler1-9/+17
Issue-ID: VID-724 Change-Id: Ife26ef3278a37555a80fe4f3e8afa56666ca81ba Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-12Add edit button on service context menu.Alexey Sandler1-1/+33
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I6f050e77b41e57016a01c622b0bb09e5e36155e2
2019-12-11Add cypress test that check vnf popup contains correct lcp region data.Alexey Sandler1-31/+61
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
2019-12-09Change ServiceInstance's top-level rollbackOnFailure serialization to StringIttay Stern1-2/+2
This will satisfy a new test: Template Topology API test: Deploy Cypress -> getTemplateTopology returns the same template Also updating templates__instance_template.json with actual "templateTopology" endpoint fields. Issue-ID: VID-724 Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-08Add existingVNFCounterMap to mock json file to display the Service Model.Alexey Sandler1-0/+1
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I97ca6efa552ee16cf163ca39446ddc34f1a719da Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-05Call to useTemplate create Action in orderAlexey Sandler1-4/+4
to update state with template which was called from back end. Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0726d54324e523d60bcd41116ee44b01a88d9c7b
2019-12-04Create function that convert rollbackOnFailure value from String to BooleanAlexey Sandler1-2/+8
Issue-ID: VID-724 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ia3738a146d0b57e961e097c6b6e70e525c46a397
2019-12-03Drawing Board RECREATE will use a new route that retrieves a templateAlexey Sandler1-1/+1
Use endpoint "templateTopology" instead of "bulkForRetry" Issue-ID: VID-724 Change-Id: Ic92971e29d1f78768aeb82158ce424ff31bfbbb0 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2019-12-01Cypress to drive recreation from templatesIttay Stern1-0/+69
A new route "RECREATE" allows the half-way between RETRY and CREATE: It is "retry" because historic topology is loaded. It is "create" because a new instance is created upon "Deploy". Following commits should modify business-code, so that: - The expectedPostAsyncInstantiation assertion pass; - User is navigated the Instantiation-Status page; - The template topology will be from a designated endpoint "templateTopology", instead of "bulkForRetry"; - Consider the hack in `templates__instance_template.json`, where action is "None_Create" instead of "Create" to workaround a state-oriented problem in the method `extractServiceFields()`. Issue-ID: VID-724 Change-Id: I0fc282b506a05b8161f3b3f96959493d3843c7f9 Signed-off-by: Ittay Stern <ittay.stern@att.com>