aboutsummaryrefslogtreecommitdiffstats
path: root/run-csit.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-09-09Fix set -e issuePetr Ospalý1-32/+86
Sourced files are now safely wrapped so the state of set options in the run_csit.sh script is consistent. Responsibility and hardening is now shifted to the sourced files. + Added quotes everywhere where whitespace could emerge and break the script Issue-ID: INT-1242 Signed-off-by: Petr OspalĂ˝ <p.ospaly@partner.samsung.com> Change-Id: Id353e1d1999df9663a1b2af45593065992a25af3
2019-08-27Run prepare-csit.sh every timekaihlavi1-7/+2
Preparation steps need to be executed every time for Jenkins as they do not have all the required libraries preinstalled This is a quick fix for a problem introduced in https://gerrit.onap.org/r/#/c/integration/csit/+/93698/ A more proper correction requires refactoring and aligning prerequirements for local executions and Jenkins and needs analysis and design to be done in future releases Issue-ID: TEST-197 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: If15935097d2b90b9d49062429194ca7d7a0e4d3d
2019-08-19Take CSIT preparations to separate scriptkaihlavi1-45/+9
- Move all installation steps to prepare-csit.sh - Clone ci-management if necessary (instead of expecting it to exist) - Other minor adjustments Issue-ID: TEST-197 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: I41437eaf53b7b33cb3cf2bed7e372d0843fce64d
2019-06-17bumping robotframework-onap to 0.5DR695H1-1/+1
Issue-ID: TEST-158 Change-Id: I457203521765773e4f831bd1d151d8d80ca58ba7 Signed-off-by: DR695H <dr695h@att.com>
2019-05-30csit should pull from the pypi instead of gitDR695H1-3/+1
Change-Id: Ia04a0b06cac6ef415d427701caa09e40c8e15eae Issue-ID: TEST-159 Signed-off-by: DR695H <dr695h@att.com>
2019-04-25Adjust python-testing-utils install commandDR695H1-0/+1
Add robotframework-onap subdirectory to checkout the right branch previousely we automatically checked out the default branch which can change by external things and would also be wrong for past releases Change-Id: I1e8d2dac6aee04a58494d84bd038340b21f0dd04 Issue-ID: TEST-143 Signed-off-by: DR695H <dr695h@att.com>
2019-04-25Adjust python-testing-utils install commandkaihlavi1-1/+1
Add robotframework-onap subdirectory to pip install of python-testing-utils to adjust to refactored structure Change-Id: Ia68bacb222e461218f1e02b4cb7ae1b94dde4584 Issue-ID: TEST-141 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
2018-09-27Adjust relative paths for CSIT filesGary Wu1-13/+11
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/+177
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>