aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/cypress
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Prevent upgrade for base vf module with add onKruthi Bhat2-1/+41
Change-Id: Ie8139056ae560f734f2ae70d6a2ddb97f4c2dfaa Issue-ID: VID-925 Signed-off-by: krutbhat@att.com
2020-11-11removing retain assignments checkbox from upgade vfModule screenRachitha Ramappa1-1/+1
Change-Id: I7f28de1ebc34ae393828bf139716533248e8897a Issue-ID: VID-922 Signed-off-by: rachitha.ramappa@att.com
2020-11-10Fix for removing 'Show Audit Info' for individual instance on DrawingKruthi Bhat2-0/+37
Board Issue-ID: VID-917 Change-Id: Ice4bde260e9b2f09fe4178fc704e89efdf6c1da8 Signed-off-by: rachitha.ramappa@att.com
2020-10-29VID-913 : Addition of Instance IDs in Audit Info screenKruthi Bhat1-2/+4
Change-Id: I7a440c6797f63588c68d490715272992e626424f Issue-ID: VID-913 Signed-off-by: Kruthi Bhat <krutbhat@att.com>
2020-10-23Sorting functionality on audit info screenKruthi Bhat3-5/+90
Change-Id: If2fed947ccc0cbcb68ad656fb6010aa9cb829acd Issue-ID: VID-904 Signed-off-by: rachitha.ramappa@att.com
2020-10-08New audit info screen changes7.0.0Rachitha Ramappa3-8/+57
Audit screen css changes and export mso status to external file Change-Id: I71d577121e18090eab7a388ed01707823e45ac82 Issue-ID: VID-901 Signed-off-by: rachitha.ramappa@att.com
2020-08-10Visualization of the VF Module Sequencingikram5-4/+2649
Issue-ID: VID-860 More scenarios covered in VID-860 for vf-module sequencing. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ie138ba2616961fba7856eaaf5f17b5dc63a08e6e
2020-07-29Test Cases Addition and Fixesikram6-10/+66
Issue-ID: VID-858 Integration Tests are edited in this patch to support functionality in VID-858. Signed-off-by: ikram <ikram@research.att.com> Change-Id: I378cb2afd0f2c994a856ad31895cec3fca376b33
2020-07-20Add Pause Functionality from Inside VF Module's Edit Dialogikram1-1/+2
Issue-ID: VID-858 Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Ife22df1ce5f7891b595b78cb30cbf82948fae744 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-07-20Add Pause Functionality from Inside VF Module's Edit Dialogikram1-0/+60
Issue-ID: VID-858 Allow user to choose adding (and removing) Pause points from within the Edit Dialog of the VF Module. Currently, the support of adding is only from the vertical ellipsis menu. Also, there is currently no option of removing the pause point. This functionality will allow this to happen as well since inside the Edit dialog, the option is a checkbox which can now unchecked. Note: removing the pause point from within the vertical ellipse after being added will be covered in a separate user story. However, the desired functionality can still be reached using this commit as describe above. Signed-off-by: ikram <ikram@research.att.com> Change-Id: Icaf5e93bde67938836c42fc417edc278e9335e75
2020-07-01Add group2 to Cypress test-groupsIttay Stern3-3/+22
Issue-ID: VID-647 Change-Id: Iacad92c927f2f24d2fe22c829a7aa4cb72fad57e Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-04test COMPLETED_AND_PAUSED should have correct menu itemsIttay Stern1-4/+12
Issue-ID: VID-821 Change-Id: I8d5301a9534345d83b06f33a9d2daca45a613922 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-03remove import and add force in order to fix cypressIttay Stern1-20/+10
Issue-ID: VID-821 Change-Id: I70d6d0acb90d06f4ba9d356098ad2052c5195464 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-06-03remove import in order to fix cypressEinat Vinouze1-11/+10
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I657f29a665ccf5013a369e23b0aced442b9a415b
2020-06-02remove .only that was accidentally committedEinat Vinouze1-1/+1
Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I2388c0c20996ce3a62db0f08432d89bfded45a86
2020-06-02When JobStatus is COMPLETED_AND_PAUSED add retry option dropdown menu on ↵Einat Vinouze2-3/+10
instantiationStatus Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Idd20b768c1279a3736fbeeb56ec85b3911bb186f
2020-05-25Set JobStatus as COMPLETED_AND_PAUSED when needed so we can present it on ↵Einat Vinouze2-0/+74
instantiationStatus - cypress test Issue-ID: VID-821 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Iaddff3c0b030888535beae8047c1af20f47bc6bc
2020-05-17Add to VFM context menu action "Add pause upon completion".Alexey Sandler3-1/+334
Issue-ID: VID-821 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I8b0ef7021fb7b74e8ad12ae92e581510491d9605 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-05-15When opening a service instance from the instantiation status page, the More ↵Amichai Hemli1-1/+1
Actions button should be visible pending user's permissions Issue-ID: VID-829 Signed-off-by: Amichai Hemli <amichai.hemli@intl.att.com> Change-Id: Ia28f2fd9d497e8f7b2f2b4644ec105e5283b2637
2020-05-06Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SOAmichai Hemli1-0/+1
Issue-ID: VID-174 Change-Id: I8693021ed952e9ff250cf72360db43f0741af9b4 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-03Change Management: Nest Cypress groupsIttay Stern1-299/+302
Issue-ID: VID-505 Change-Id: I5a09d838c25c00b6534171cf0f2ca49a59233463 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-05-03Change Management: Support PNF software upgradeEricMoore2-37/+351
Issue-ID: VID-505 Change-Id: I128b22092b78cf05a904648c276807a7ebb21aca Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: EricMoore <eric.e.moore@est.tech>
2020-04-19add "new view/edit" button in the Instantiation Status pageAlexey Sandler2-1/+18
Issue-ID: VID-805 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I2883ce3ddb8e5eb7eb5eb405f9ae2aeb554252bc Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-06fix test: wait for aai_get_newest_model_version request been sentAlexey Sandler1-7/+8
this fix resolve the issue that occasionally VFM upgrade tests failed due to aai_get_newest_model_version_by_invariant request not sent Issue-ID: VID-647 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I586677e6003e42cc259543d2902c17b536a65799 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-06Add another VNF to the new view/edit screen - Integration testEinat Vinouze3-2/+319
Issue-ID: VID-803 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I9e2a58863855353b75edab44129c96b319511dde Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-04-05Merge "Add another Network to the new view/edit screen"Eylon Malin3-0/+210
2020-04-05Add another Network to the new view/edit screenAlexey Sandler3-0/+210
Issue-ID: VID-802 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ie0e1dcd28f78307ec526c375c1bf4c655ec09ffe Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-02Improve clearSessionStorage timingsIttay Stern2-6/+7
Hopefully it will solve the flakiness of test named "upgrade vfmodule when upgraded already service, vnf and brother vfmodule" that fails on missing test_api value which is set by setTestApiParamToGR() Issue-ID: VID-647 Change-Id: I51ba95edf3a7535dec2715054f7f10564a7debe3 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-04-01Show the VF module version on the view/edit screenAlexey Sandler2-1/+21
Issue-ID: VID-800 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: If4eebaeb8f0ce89121e166e0aca10895a17c6155 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-04-01allow LOB multi-selection for vnf - fix cypressEinat Vinouze5-9/+16
Issue-ID: VID-785 Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-30add test that verify delete and upgrade of the not upgraded vfm'sAlexey Sandler3-4/+81
add cypress test that verify delete and upgrade of the not upgraded vfm's on a single click Issue-ID: VID-798 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I293779c3bd48215b6830a99be9a423ce7cb29a5d Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-03-26add cypress test that verify deletion of the not upgraded vfmAlexey Sandler3-0/+245
Issue-ID: VID-795 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I9761ccdc3eb3bb06054ddaad06bc56ace9279e2b
2020-03-26Revert "VNF's LCP regions found by Line-of-business (and owning-entity)"Einat Vinouze1-29/+0
This reverts commit e2a7abb45b953d405fc5aa1917f74e2da9f188c0. Issue-ID: VID-788 Change-Id: I72fb7ab9d19df9157c25f635188cb3d0b1fda2cb Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-18allow LOB multi-selection for network (fix test)Einat Vinouze1-1/+1
Issue-ID: VID-788 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I46068bfc73b2ea083274e3011f1549a1a7dea8ec
2020-03-18allow LOB multi-selection for networkEinat Vinouze9-29/+61
Issue-ID: VID-788 Change-Id: I03674ea0c04567291ba647c76b7c88bc11a7cf0e Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-08allow platform multi-selection for networkEinat Vinouze4-10/+16
Issue-ID: VID-785 Change-Id: I4e6a4c2f0dc8c0e11f2571eec0789ad5672a9147 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-03-03remove duplicate "model version" field from ncfAlexey Sandler1-1/+1
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I0a2df987ec53e25ae5e4c06fb5c27ab4dfbff5a5 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-27cypress test - provide more details upon deepCompare failureIttay Stern1-1/+4
Issue-ID: VID-740 Change-Id: I75d69d1b70e9c6a82984a1d6f61a972827c19e03 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Merge "Show "retain VG" for vfModule that is allowed or that is an "alien""Ittay Stern1-1/+1
2020-02-24Show "retain VG" for vfModule that is allowed or that is an "alien"Einat Vinouze1-1/+1
Issue-ID: Issue-ID: VID-771 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: Ie52fa194a92e0b9e21df723b708b4db877712068 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com>
2020-02-24fix to cypress test related to to fix on treeNodeModulesAlexey Sandler1-2/+2
Issue-ID: Issue-ID: VID-771 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I3494f36a8d02393508e8382ca969e7e463c0cde8 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-24Verbose some VRF test's stepsIttay Stern1-9/+9
Issue-ID: Issue-ID: VID-771 Change-Id: I1b8813433da50cf4d4539e83d42cfbc603bc02bb Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-24Fix test after modelCustomizationId and modelVersionId from instanceIttay Stern1-12/+12
Fixes: * vpn component info * network component info * should show vrf model and vrf instance correctly Issue-ID: Issue-ID: VID-771 Change-Id: Ie4bd39f15efb5e4beb0c10f14a0081164db5e59a Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-23Merge "upgrade vfmodule when upgraded already service, vnf and brother ↵Amichai Hemli5-5/+350
vfmodule e2e"
2020-02-23upgrade vfmodule when upgraded already service, vnf and brother vfmodule e2eIttay Stern5-5/+350
- Use modelCustomizationId and modelVersionId from instance, instead of service-model hierarchy - Adds a Cypress test-case in viewEditUpgradeVfModule.e2e.ts - Assumes topology improved response in payload of: upgrade_vfmodule_when_service_vnf_and_brother_vfmodule_alredy_upgraded_e2e__service_instance.json (see Change Ib25c6cf7269614f2f4d332b3aa84b3307a59ebda) Issue-ID: Issue-ID: VID-771 Change-Id: I9d200dd619a3c3d0503f47777efd3780eaa2b7b2 Signed-off-by: Ittay Stern <ittay.stern@att.com> Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-20VNF's LCP regions found by Line-of-business (and owning-entity)Ittay Stern1-0/+29
Depends on FLAG_2006_LCP_REGIONS_BY_LINE_OF_BUSINESS Issue-ID: VID-758 Change-Id: I7b5a67202a72fc6ea4afe0a5c1c60657c93bf690 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-02-10Merge "Remove tenant and lcpCloudRegionId - adjust ↵Ittay Stern1-8/+0
instantiation-templates.e2e.ts"
2020-02-10Remove tenant and lcpCloudRegionId - adjust instantiation-templates.e2e.tsEinat Vinouze1-8/+0
Issue-ID: VID-758 Signed-off-by: Einat Vinouze <einat.vinouze@intl.att.com> Change-Id: I2441abc50f84c8ef930a0c3eab0b34fdf2cae084
2020-02-10fix tests vfmodule in ala carte instanceAlexey Sandler1-24/+28
Issue-ID: VID-758 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: Ieb59dddbbf68c36c4df2b9c1e7582958974745c2 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
2020-02-10create tests to add vfmodule in ala carte instanceAlexey Sandler2-8/+7
Issue-ID: VID-758 Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com> Change-Id: I7d4afa05d34cd28ff7118e320f67ef68d6a60e60