aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid
AgeCommit message (Collapse)AuthorFilesLines
2019-10-15Update vid tests to take into account the new selenium libdublinmrichomme1-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 (cherry picked from commit 357d8e2863841cee3373c9e3c692a996809d71ef)
2019-05-27Issue-ID: VID-484Wojciech Sliwka2-68/+6
fetch parameters for native workflows Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@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>