aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-collectors-hv-ves/testsuites/setup.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Switch to DMaaP kafka imagekjaniak1-0/+1
Issue-ID: DCAEGEN2-1448 Change-Id: I9f0c375eb8530749fa6bdc506a3246f7b5f6575c Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2019-04-04Replace docker-py in local buids, tooPiotr Jaszczyk1-5/+6
As tests are started locally in virtual env it's safe to invoke pip. We want to remove obsolete docker-py package as it makes HV-VES testcases fail. Issue-ID: DCAEGEN2-1392 Change-Id: Ia364c970296e936094eae706bf60337a214f6205 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2019-03-27Allow HV-VES tests to be run locallyJakub Dudycz1-11/+5
Change-Id: Id81e209c03486354a60b26c4fe426071080198f0 Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-1369
2019-03-21Add licenses to filesFilip Krzywka1-0/+17
Change-Id: I37ac3499a4e600683819646ddb8a6e3a19de74de Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-21Simplify consul/CBS configurationFilip Krzywka1-1/+1
- bumped docker-compose version Change-Id: I821f5ab6a03e8aaa37c1be1dc53ec7569958de79 Issue-ID: DCAEGEN2-1359 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2019-03-21Update HV-VES testsuitesFilip Krzywka1-2/+2
This commit follows related changes made in DCAEGEN2-1340 and overall DCAEGEN2-1151 story. - use configuration files instead of command line parameters - organize collector volumes for ease of use - move environment variables to .env file for reuse - removed redundant aliases in ves-hv-network Change-Id: I782db9d0996308810834c322906ab861be183193 Issue-ID: DCAEGEN2-1340 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
2018-09-27Adjust relative paths for CSIT filesGary Wu1-1/+1
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 Wu1-0/+40
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>