aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources
AgeCommit message (Collapse)AuthorFilesLines
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-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 Sliwka2-65/+3
fetch parameters for native workflows Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
2019-04-29adding change management testing to testplanBartosz Gardziejewski1-2/+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 Gardziejewski6-112/+2707
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 scaleoutkoblosz11-25/+306
Issue-ID: VID-323 Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-15Add test checking so connectionadam8-442/+49
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 Wu6-0/+489
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>