aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-collectors-hv-ves
AgeCommit message (Collapse)AuthorFilesLines
2019-01-09Change xNF simulator healthcheck endpointFilip Krzywka1-1/+3
This change follows related changes made in DCAEGEN2-1063 Change-Id: I91a49fde86a8791238bfd738bed9e3e3baa85bea Issue-ID: DCAEGEN2-1063 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-12-21Align with HV-VES startup changesPiotr Jaszczyk1-2/+2
Change-Id: I0f061343b8cdb38a62fd6012888d19bad5296912 Issue-ID: DCAEGEN2-1047 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-11-28Use dublin latest imageFilip Krzywka1-1/+2
This follows up changes to image tagging made in hv-ves repository and allows CI pipeline to use latest maintenance images for testing. Change-Id: I6cb65aa3144831cd36db2f714d90263d2dfddacf Issue-ID: DCAEGEN2-983 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-11-22Use raw configuration endpointFilip Krzywka1-1/+3
- extracted variables shared in both collectors (encrypted/unencrypted) to .env file - change consul url to contain `?raw=true` parameter which allows to avoid decoding configuration Change-Id: Ib10cd8d0cb729a1231fa8a034698c824336b1b68 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-11-20Use real example of vesEventListenerVersionFilip Krzywka12-20/+20
This change follows related changes in DCAEGEN2-976. As vesEventListenerVersion is now being validated against regex, we need to have correct version send from xNF simulators. Change-Id: I4aad10054dfc3da461aed531ae4e3d7c7af54acc Issue-ID: DCAEGEN2-976 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-10-02Lower case for HV-VES domainFilip Krzywka13-21/+21
Change-Id: I7e6192de701a5f5963a558de59505e70d5402fd9 Issue-ID: DCAEGEN2-847 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-10-01Update HV-VES domainFilip Krzywka14-22/+22
Commit follows changes to domain name made in other tasks for this issue. Change-Id: I5d1b6b64d046cc5a2323e1e1646499cbd05d24a2 Issue-ID: DCAEGEN2-847 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-27Adjust relative paths for CSIT filesGary Wu5-5/+5
Remove leading test/csit/ from all relative paths to accomodate the move into integration/csit repo. Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-27Move CSIT to integration/csit repoGary Wu23-0/+1083
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>