aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources/docker-compose.yml
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-04VID: Upgrade AAI API version to v16Ittay Stern1-1/+1
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-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 Sliwka1-1/+1
fetch parameters for native workflows Change-Id: I6d017ee43b1969ceb2bce11d28f0fdde5da152c4 Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com> (cherry picked from commit c97101347defc8126614b27c60646325e0f9d674)
2019-03-27Update VID in docker-compose to 4.0-STAGING-latestIttay Stern1-2/+16
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>
2018-10-23Enhance vid CSIT tests, added for scaleoutkoblosz1-2/+2
Issue-ID: VID-323 Change-Id: I31ad377ee766eaf66c848ad802c33e21ea1dfe76 Signed-off-by: Sandra Koblosz <sandra.koblosz@nokia.com>
2018-10-15Add test checking so connectionadam1-16/+16
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 Wu1-0/+34
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>