aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid
AgeCommit message (Collapse)AuthorFilesLines
2020-11-10Update tested VID image versionLasse Kaihlavirta1-1/+1
- adjust the tested VID docker image version to the current master Issue-ID: VID-907 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ia24babe056ee971dd31fd1fbc4363bace6a6678e
2020-03-09VID: Fix newVNFChange by being more graceful before clickingIttay Stern3-7/+8
Issue-ID: VID-532 Change-Id: Ie0769c774a4f6b9f91d5bb6bd6bc81ef17448243 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2020-03-04VID: Upgrade AAI API version to v16Ittay Stern3-89/+89
v16 is the recommended Dublin version: https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Dublin Issue-ID: VID-365 Change-Id: I2bfed96a7cc55bb5797c6be0aea8215fa7e16d51 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-10-14Update vid tests to take into account the new selenium libmrichomme1-4/+2
Get Cookie Value no more supported in Selenium 4 Issue-ID: INT-1237 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I8a224d5f90fd4cf9ee1c700b634208b2a5a416a4
2019-07-29Update VID Workflow input idIttay Stern2-6/+6
Change-Id: Ifa79040eb24e0147b0a8d9aa5e2fb7be21a3b745 Issue-ID: VID-532 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-16Use VID version 5.0.xIttay Stern1-1/+1
Anticipating upcoming El-Alto Issue-ID: VID-453 Change-Id: I7d63e2ac1dece0440848c0fd2b582719e9762ec7 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-03Issue-ID: VID-484Wojciech Sliwka3-69/+7
fetch parameters for native workflows Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
2019-04-30Merge "adjusting CSIT test feature-toggle"Gary Wu1-0/+3
2019-04-30adjusting CSIT test feature-toggleBartosz Gardziejewski1-0/+3
Change-Id: Ic56677462c6f96d7fd116f2d9b225e8b3e92cd2b Issue-ID: VID-469 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-29adding change management testing to testplanBartosz Gardziejewski2-4/+0
Change-Id: I3492e57a7580f2714faa57bbfdb42ab4828f844b Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-18changing simulator and endpoints for change management testingBartosz Gardziejewski11-165/+2875
Change-Id: I18d92c130181f6440cf2b68cfd864de686833c67 Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
2019-04-11Prepare new endpoints for csit/vid internal apimichal.banka5-15/+319
Change-Id: Ib69287eb1c21d30eb39472270c160f4b318c5c12 Issue-ID: VID-399 Signed-off-by: michal.banka <michal.banka@nokia.com>
2019-03-27Update VID in docker-compose to 4.0-STAGING-latestIttay Stern5-12/+35
Added AAI simulator for new enrichCloudConfigurationWithCloudOwner feature: - Add AAI response - Update Dockerfile with FROM python, and parametrized config - Add aai-simulator to docker-compose file BTW, modified SO.py to log to stdio. This enable running `docker logs so-simulator` to see the rolling output. Issue-ID: VID-453 Change-Id: Icd1ee2dd51d404261c3e0484b22a4d32b8e4aad8 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-02-26Container image arm64 supportSimon Hrabos1-1/+9
Changed unofficial alpine container image to official due to arm64 support Change-Id: I0f84bd24686d56e77d27840ce54d5988e7034857 Issue-ID: INT-878 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com>
2018-10-23Enhance vid CSIT tests, added for scaleoutkoblosz18-163/+368
Issue-ID: VID-323 Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-15Add test checking so connectionadam11-442/+190
Added test checking if vid is contacting SO using HTTPS Change-Id: I75cb829cdc9feb231dfd4d3826d12cab18781d38 Issue-ID: INT-648 Signed-off-by: adam <adam.krysiak@nokia.com>
2018-09-27Move CSIT to integration/csit repoGary Wu10-0/+586
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>