Age | Commit message (Collapse) | Author | Files | Lines |
|
- run teardown and env info collection steps always on exit
regardless of any potential failures in previous steps
(particularly setup)
- Note that this puts an implicit requirement on project-specific
teardown scripts to be able to do their job even if some setup steps
have failed!
- add trivial sdc-dcae-d change to trigger CSIT verify job
Issue-ID: TEST-231
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: Iafd362602d3e8ae8c40eb0c73efae12d00a470c5
|
|
Switch user to docker, because Anonymous user is not supported after nexus3 upgrade.
Issue-ID: INT-1493
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: If455ebcee5e6880a33bca8a2ca189fc5e9539927
|
|
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
|
|
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
|
|
- 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
|
|
Issue-ID: TEST-158
Change-Id: I457203521765773e4f831bd1d151d8d80ca58ba7
Signed-off-by: DR695H <dr695h@att.com>
|
|
Change-Id: Ia04a0b06cac6ef415d427701caa09e40c8e15eae
Issue-ID: TEST-159
Signed-off-by: DR695H <dr695h@att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|