aboutsummaryrefslogtreecommitdiffstats
path: root/plans/ccsdk/healthcheck/setup.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-12-18Remove ccsdk CSIT (moved to project)Lasse Kaihlavirta1-93/+0
- ccsdk's healthcheck CSIT has been moved under ccsdk/distribution repository and all new test case development should be done there, so removing this to avoid confusion Issue-ID: CCSDK-3020 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Icddd4d3e4f5c040b3492be877112825040860713
2020-11-20Archive results under plan-specific directoryLasse Kaihlavirta1-1/+1
- store the results of the execution under plan-specific folder under archives instead of directly under it to support multiple plan executions in one run - trivial output changes to CCSDK healthcheck to trigger it to verify this change - note that this verification shall not pass until https://gerrit.onap.org/r/c/ci-management/+/115175 is merged! Issue-ID: INT-1786 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I7fbdd38312bcc13409065957fdb1b01712ac8abc
2020-10-26Fix CCSDK healthcheck CSITLasse Kaihlavirta1-38/+14
- update tested images to version 1.1-STAGING-latest - fix and improve readiness checks - reduce timeouts significantly - fail setup (and the whole test suite) if readiness check never succeeds - move health_check.sh to proper place under csit/scripts dir and remove unnecessary script1.sh Issue-ID: CCSDK-2850, CCSDK-2851 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ia76b6e98b47888faf043897eb0f3af0ef7ba5800
2020-09-22Remove redundant image taggingLasse Kaihlavirta1-2/+0
Issue-ID: CCSDK-2849 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I85918c0d45b0c26599aa541e03f31e6d573773dd
2020-09-15Remove ccsdk-odlsli-image downloadLasse Kaihlavirta1-3/+0
- there is no such image as ccsdk-odlsli-image, and the healthcheck does not need it to pass Issue-ID: CCSDK-2793 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I3ac16ea9829ae680e191af722b4bd556f4b22495
2019-10-01csit fix ccsdkumry83641-1/+1
split 95349 into smaller patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I04b1877a0d174d05e109b8863091de1d44bd6fd2
2019-02-06Update CSIT tests for CCSDK on FluorineTimoney, Dan (dt5972)1-10/+7
Update CSIT tests for CCSDK to run against CCSDK Fluorine-based container Change-Id: Ia149382151d6c2d33836e3d58d1959dabfb6fa74 Issue-ID: CCSDK-862 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.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/+125
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>